1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/OSBindings/Mac/Clock Signal/Wrappers
2016-01-18 13:56:20 -06: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 Switched to being explicitly careful about not wrapping around and stomping on data not yet output. 2016-01-18 13:56:20 -06:00
CSAtari2600.h
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 Made an attempt at correct timing, adding support for additional paged ROMs, added file association for .rom. 2016-01-12 22:34:26 -05:00
CSElectron.mm 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
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