collapseos/emul/z80/rc2014/README.md

19 lines
495 B
Markdown
Raw Normal View History

2020-01-01 14:03:48 +11:00
# RC2014 emulation
This emulates a RC2014 classic with 8K of ROM, 32K of RAM and an ACIA hooked to
stdin/stdout.
Run `make` to build.
## Usage
Run `./classic /path/to/rom` (for example, `os.bin` from RC2014's recipe).
Serial I/O is hooked to stdin/stdout. `CTRL+D` to quit.
There are 2 options. `-s` replaces the ACIA with a Zilog SIO and
`-c/path/to/image` hooks up a SD card with specified contents.
## Memory dump
You can press `CTRL+E` to dump the whole 64K of memory into `memdump`.