shithub: minivmac

ref: d7ad068d56bdec30805a36a9973f5924ad00641b
dir: /README.md/

View raw version
# minivmac

This is a 9front port of minivmac. You can check out 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.

## 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
```