collapseos/emul/hw/rc2014
Virgil Dupras 9c41744e46 emul/hw/rc2014: implement blk write in sdc
All of that should help me implement sdc support much faster in
Forth.
2020-04-17 20:19:55 -04:00
..
.gitignore
acia.c
acia.h
classic.c
Makefile
README.md
sdc.c emul/hw/rc2014: implement blk write in sdc 2020-04-17 20:19:55 -04:00
sdc.h emul/hw/rc2014: implement blk write in sdc 2020-04-17 20:19:55 -04: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.