1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine
Thomas Harte 723ee88043 Introduces configuration options for the Apple II.
Specifically: II or II+? Disk II 13- or 16-sector? Or not at all?
2018-05-03 19:37:32 -04:00
..
StaticAnalyser Introduces configuration options for the Apple II. 2018-05-03 19:37:32 -04:00
Wrappers Performs update to and satisfaction of Xcode 9.3's preferred warnings. 2018-03-30 10:25:01 -04:00
CSFastLoading.h Switched protocol to meaningful name and corrected its omission from the repository. 2016-07-04 19:19:07 -04:00
CSMachine.h Exposes S-Video option in the Mac UI. 2018-04-01 13:29:04 -04:00
CSMachine.mm Extends the keyboard protocol and adds keyboard input to the Apple II. 2018-04-15 21:11:30 -04:00
CSMachine+Target.h Gives MachineForTargets complete responsibility for initial machine state. 2018-01-25 18:28:19 -05:00
CSROMFetcher.hpp Gives MachineForTargets complete responsibility for initial machine state. 2018-01-25 18:28:19 -05:00
CSROMFetcher.mm Made various corrections following a quick for-loop constness audit. 2018-04-30 22:23:57 -04:00
KeyCodes.h Eliminates a variety of end-of-line spaces. 2017-11-07 22:54:22 -05: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 Corrects Xcode tests. 2018-01-01 16:04:13 -05:00
NSData+StdVector.h Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05: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