branches: master
Clone
clone: git://shithub.us/sigrid/minivmac gits://shithub.us/sigrid/minivmac
push: hjgit://shithub.us/sigrid/minivmac
patches to: sigrid on 9gridchan, or ftrvxmtrx@gmail.com
Last commit
d488fabe
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2020/06/07 09:58
add keys to the readme
About
# 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
```