1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-20 06:25:01 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine
2017-11-24 17:55:28 -05:00
..
StaticAnalyser Removes the options panel for CPC display. 2017-08-27 17:11:35 -04:00
Wrappers Eliminates the generalised special case selectors and ROM suppliers from the CPC, Vic-20, Electron and ZX80/81. 2017-11-24 17:55:28 -05:00
CSFastLoading.h
CSMachine.h Eliminates a large number of instance of end-of-line tabs. 2017-11-07 22:51:06 -05:00
CSMachine.mm Allows a CRT machine owner to set the target frame buffer for OpenGL output, breaking the assumption that it'll be zero. 2017-11-12 19:29:22 -05: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 Eliminates a variety of end-of-line spaces. 2017-11-07 22:54:22 -05:00
NSBundle+DataResource.h
NSBundle+DataResource.m
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