1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 00:29:41 +00:00
CLK/OSBindings/Mac/Clock Signal/Wrappers
2016-01-20 21:55:38 -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 Started sketching out an interface for sound generation. Which made me realise that the CRT in CRTDelegate was redundant, since C++ has namespaces. 2016-01-12 16:54:09 -05:00
CSElectron.h Added a lot of commenting to the CPU6502 definition, simplifying its construction. Added missing nullability modifier to CSElectron. Fixed bad-habit Objective-C style naming on the Electron's Interrupt enum. 2016-01-20 21:55:38 -05:00
CSElectron.mm Some data is marginally reaching the CPU from the tape. 2016-01-19 22:05:34 -05:00
CSMachine.h Here, at last, is _some_ audio output, at least. 2016-01-14 20:33:22 -05:00
CSMachine.mm Here, at last, is _some_ audio output, at least. 2016-01-14 20:33:22 -05:00
CSMachine+Subclassing.h Here, at last, is _some_ audio output, at least. 2016-01-14 20:33:22 -05:00
KeyCodes.h Implemented keyboard input. 2016-01-11 19:48:31 -05:00