1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/OSBindings/Mac/Clock Signal/Wrappers
2016-02-14 19:28:02 -05: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 Tightened to provide lower latency audio, hopefully. 2016-01-18 20:01:06 -06:00
CSAtari2600.h Okay, so then here's a first shot at the Objective-C -> C++ bridge for the Electron. 2016-01-04 23:16:37 -05:00
CSAtari2600.mm 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
CSElectron.h Updated to return old behaviour of drawing only upon changes. 2016-02-04 23:05:47 -05:00
CSElectron.mm Fixes: now setting correct frame time estimate, properly enabling the timestamp attribute, and ensuring that the Electron flushes screen work at least once per host frame update. 2016-02-14 19:28:02 -05:00
CSMachine.h Endeavoured to ensure safe shutdown. 2016-02-12 22:30:06 -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