ref: d488fabe62aabd0d42421eb3e423a9308ae1fa13
dir: /README.md/
# minivmac ![screenshot](vmac.png) [video](https://diode.zone/videos/watch/2128eebf-783d-4a30-8578-4f8155cc5b8b) This is a 9front port of minivmac. You can check out [Merveilles' hyperjam instructions](https://cancel.fm/hyperjam) to see what you can run with it after installing. ## Installing Clone the repo, run `./install.rc`. That's it. Now you have `games/vmac` and `games/vmac2`. Currently `vMac.ROM` (or `MacII.ROM`) are required, you can plumb it while the emulator is running. ## Keys Control is mapped to Command. F1 is Option. F2 is a modifier to change emulator's behaviour. ## Plumbing ``` type is text data matches '([.a-zA-Z¡-0-9_/+\-]*[a-zA-Z¡-0-9_/+\-])\.(dsk|rom|ROM|DSK)' arg isfile $0 plumb to minivmac plumb start minivmac $file ```