1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 17:29:36 +00:00
CLK/Machines
2017-12-30 13:46:30 -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 Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
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 Moves the typer functionality behind a functionality-based naming scheme, eliminates its C-style memory management. 2017-12-29 15:26:03 -05:00
MSX Causes the MSX to respond to the appropriate standard configuration options. 2017-12-29 18:36:42 -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 Introduces Configurable::Device and implements it for the Electron. 2017-11-17 23:02:00 -05:00
CRTMachine.hpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
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 Modifies the Vic-20 and C1540 to bring them into the realm of self-ROM fetching. 2017-11-07 21:19:51 -05:00