Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minivmac: finish cleaning up wrapper code and release it #8

Open
Rhys-T opened this issue Oct 3, 2024 · 0 comments
Open

minivmac: finish cleaning up wrapper code and release it #8

Rhys-T opened this issue Oct 3, 2024 · 0 comments

Comments

@Rhys-T
Copy link
Owner

Rhys-T commented Oct 3, 2024

So you can do things like:1

minivmac-ii.makeWrapper {
    name = "lemmings";
    displayName = "Lemmings";
    disks = [
        (minivmac.lib.disks.readOnly ./lemmings.dsk)
		(minivmac.lib.disks.formatBlank "800k" "Saved Games")
    ];
}

Then when you run lemmings (or select Lemmings from an XDG app menu, or open Lemmings.app on macOS) it will automatically set up a directory with disk1.dsk through diskN.dsk and run Mini vMac with it. Set up the disk with AutoQuit or AutQuit7, and you can pretend it's a native app.

Footnotes

  1. I know, I know. You don't need a "Saved Games" disk because Lemmings uses passwords. It's an example. Just go with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant