shithub: minivmac

ref: 5f3987b8e5f4c1ce992e5f9caff744af822bcba2
dir: /README.md/

View raw version
# minivmac

![screenshot](vmac.png)

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