1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Machines
Thomas Harte 8fb4409ebb Adds hasty attempt at dynamic analysis to the MSX ROM handlers.
Logging for now, for further experimentation.
2018-01-22 21:50:56 -05:00
..
AmstradCPC Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
Atari2600
Commodore Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
Electron Allows the Electron to load 8kb ROMs. 2018-01-15 21:27:45 -05:00
MSX Adds hasty attempt at dynamic analysis to the MSX ROM handlers. 2018-01-22 21:50:56 -05:00
Oric Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
Utility Ensures typers terminate. 2017-12-30 13:46:30 -05:00
ZX8081 Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
ConfigurationTarget.hpp
CRTMachine.hpp
JoystickMachine.hpp
KeyboardMachine.cpp Rejigs the typing relationship so that use of a typer is not strongly implied by the interface. 2017-12-29 18:30:46 -05:00
KeyboardMachine.hpp Adds missing header. 2017-12-29 18:41:26 -05:00
ROMMachine.hpp