1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-23 21:29:11 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine
2017-10-15 20:44:59 -04:00
..
StaticAnalyser Removes the options panel for CPC display. 2017-08-27 17:11:35 -04:00
Wrappers Commutes the Atari 2600 to the JoystickMachine interface. 2017-10-15 20:44:59 -04:00
CSFastLoading.h Switched protocol to meaningful name and corrected its omission from the repository. 2016-07-04 19:19:07 -04:00
CSJoystickMachine.h By removing its status as a special case, eliminated the Atari 2600 document. It's fairly clear that my date with doing joysticks properly can be deferred only so much longer but this is no worse than previously things were. 2016-10-03 08:01:04 -04:00
CSKeyboardMachine.h Minor on-disk shuffle, to try to clarify ownership of responsibility. 2016-06-15 08:11:30 -04:00
CSMachine.h Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSMachine.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSMachine+Subclassing.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSMachine+Target.h Fully wired in drag-and-drop for media insertion. 2017-08-17 11:00:08 -04:00
KeyCodes.h Minor on-disk shuffle, to try to clarify ownership of responsibility. 2016-06-15 08:11:30 -04:00
NSBundle+DataResource.h Relocated responsibility for loading ROMs, giving an Electron that 'works' (i.e. options aside) again. 2016-10-02 20:39:06 -04:00
NSBundle+DataResource.m Relocated responsibility for loading ROMs, giving an Electron that 'works' (i.e. options aside) again. 2016-10-02 20:39:06 -04:00
NSData+StdVector.h Treading water some more, ensured the DFS and ADFS ROMs get to the Electron. It now even inserts the DFS ROM if it has a DFS disk image. Might need to make it a sideways RAM though? Regardless, the next job surely — surely! — has to be to stop avoiding the 1770? 2016-09-20 07:36:57 -04:00
NSData+StdVector.mm Treading water some more, ensured the DFS and ADFS ROMs get to the Electron. It now even inserts the DFS ROM if it has a DFS disk image. Might need to make it a sideways RAM though? Regardless, the next job surely — surely! — has to be to stop avoiding the 1770? 2016-09-20 07:36:57 -04:00