1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
2017-10-23 18:35:37 -04:00
..
AmstradCPC Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
Atari2600 Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
Commodore
Electron Adds through route for setting a texture bookender, and exploits it from the Electron. 2017-10-23 18:35:37 -04:00
Oric Corrects a couple of cast conversion errors. 2017-10-21 22:42:19 -04:00
Utility
ZX8081 Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
ConfigurationTarget.hpp
CRTMachine.hpp After a quick check, added a couple of other _delegate initialisations. I should probably find a way to template this. 2017-08-01 07:07:43 -04:00
JoystickMachine.hpp
KeyboardMachine.cpp Adds a reference to the calling keyboard in reset_all_keys. 2017-10-14 22:07:11 -04:00
KeyboardMachine.hpp