collapseos/emul/hw
Virgil Dupras 9216057db8 emul/hw: add TI-84+ emulator
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).
2020-01-01 22:48:01 -05:00
..
rc2014 emul/hw: add TI-84+ emulator 2020-01-01 22:48:01 -05:00
ti emul/hw: add TI-84+ emulator 2020-01-01 22:48:01 -05:00
README.md Add RC2014 classic emulation 2019-12-31 22:03:48 -05:00

README.md

Hardware emulation

In this folder, we emulate some of the hardware used in recipes. The emulation is done in a simplistic manner, just enough to verify that the driver code for it works generally well. No tricky stuff implemented.

This kind of emulation is useful for detecting obvious regressions without having to get the code on actual hardware for the upteenth time.

To use, go to the appropriate subfolder and read README there.