collapseos/emul/hw
Virgil Dupras 6acd22492c emul/hw/sms: WIP
VDP kinda works. Can see the Collapse OS prompt with SMS base recipe
if `STDIO_GETC` gets replaced with infinite loop (no input emul yet).
2020-01-08 22:06:50 -05:00
..
rc2014 recipes: add "make emul" targets where appropriate 2020-01-02 16:59:38 -05:00
sms emul/hw/sms: WIP 2020-01-08 22:06:50 -05:00
ti recipes: add "make emul" targets where appropriate 2020-01-02 16:59:38 -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.