1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/OSBindings/Mac/Clock Signal/Wrappers
2016-03-13 17:39:53 -04:00
..
AudioQueue.h Added lots of debugging output while I attempt to locate the source of audio scratchiness, also simplified manner of dealing with wraparound within the AudioQueue wrapper. 2016-01-18 13:50:19 -06:00
AudioQueue.m -dealloc now blocks until all audio queue buffers are no longer playing. 2016-02-16 21:47:23 -05:00
CSAtari2600.h Made an attempt to reestablish the Atari 2600 output connection despite various changes (TODO: generalise that stuff), and to start creating the composite shader. 2016-03-07 21:04:04 -05:00
CSAtari2600.mm Made an attempt to reestablish the Atari 2600 output connection despite various changes (TODO: generalise that stuff), and to start creating the composite shader. 2016-03-07 21:04:04 -05:00
CSElectron.h I think this is a prima facie acceptable implementation of the fast tape hack. 2016-03-13 17:39:53 -04:00
CSElectron.mm I think this is a prima facie acceptable implementation of the fast tape hack. 2016-03-13 17:39:53 -04:00
CSMachine.h Renamed CSCathodeRayView to CSOpenGLView as it no longer has any CRT-related responsibilities. It just does the GL and manages a serial dispatch queue. 2016-03-05 14:45:09 -05:00
CSMachine.mm Endeavoured to ensure safe shutdown. 2016-02-12 22:30:06 -05:00
CSMachine+Subclassing.h Onward with carrying this through to the bitter end, this at least results in all the appropriate knowledge and call-ins occuring at the CRT. 2016-02-04 22:28:50 -05:00
KeyCodes.h Implemented keyboard input. 2016-01-11 19:48:31 -05:00