1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-06 05:54:28 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/Wrappers
Thomas Harte 622a04aec8 Starts stripping the Mac port of its special machine knowledge.
Partly to force myself into moving that stuff into the cross-platform area, but mainly so that dynamic analysis can work equally from day one.
2018-01-24 20:14:15 -05:00
..
CSAtari2600.h Switched the Objective-C code to using dynamic_cast alone to decide whether to post keyboard or joystick events. 2017-10-15 21:25:56 -04:00
CSAtari2600.mm Starts stripping the Mac port of its special machine knowledge. 2018-01-24 20:14:15 -05:00
CSVic20.h Adapts the Mac port to use a Machine::DynamicMachine, thereby eliminating plenty of duplication. 2017-11-24 21:36:22 -05:00
CSVic20.mm Starts stripping the Mac port of its special machine knowledge. 2018-01-24 20:14:15 -05:00
CSZX8081.h Adapts the Mac port to use a Machine::DynamicMachine, thereby eliminating plenty of duplication. 2017-11-24 21:36:22 -05:00
CSZX8081.mm Starts stripping the Mac port of its special machine knowledge. 2018-01-24 20:14:15 -05:00
CSZX8081+Instantiation.h Arranges for the ZX80/81 to get a peek at target configuration prior to construction. I'm as yet undecided on whether to make this the norm. 2017-08-27 16:42:16 -04:00