mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:50:54 +11:00
a70366aa43
This has been tested in the RC2014 emulator. I could edit blocks with the Block Editor and they would correctly be written to SDC. |
||
---|---|---|
.. | ||
.gitignore | ||
acia.c | ||
acia.h | ||
classic.c | ||
Makefile | ||
README.md | ||
sdc.c | ||
sdc.h |
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.
Memory dump
You can press CTRL+E
to dump the whole 64K of memory into memdump
.