1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 18:31:53 +00:00
CLK/OSBindings/Mac/Clock Signal/Wrappers
2016-01-18 15:46:41 -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 Statred working on support for at least the most fundamental file format. 2016-01-18 15:46:41 -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 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 Implemented keyboard input. 2016-01-11 19:48:31 -05:00