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-01-14 20:35:36 -05:00
..
AudioQueue.h Here, at last, is _some_ audio output, at least. 2016-01-14 20:33:22 -05:00
AudioQueue.m Fixed crash. 2016-01-14 20:35:36 -05: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 Closed the loop such that audio manages to bubble up into Objective-C. 2016-01-13 22:38:59 -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