mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:48:05 +11:00
9216057db8
I implement the screen using XCB which is much more friendly than z80e's SDL+CMake for development machines that want to install minimal dependencies (for example, a port-less OpenBSD rig). |
||
---|---|---|
.. | ||
.gitignore | ||
acia.c | ||
acia.h | ||
classic.c | ||
Makefile | ||
README.md |
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.