1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/OSBindings/Mac/Clock Signal
2017-10-15 20:44:59 -04:00
..
Assets.xcassets The standard Xcode versioning updates. Nothing of substance. 2016-01-02 17:57:23 -05:00
Audio Added an ugly workaround for the empirical sound shutdown issues. 2017-03-26 20:28:04 -04:00
Base.lproj Performed sufficient wiring to get to the point where attempting to load a CDT creates an instance of the Amstrad CPC and then fails only because the thing vends a nullptr CRT. 2017-07-30 22:05:29 -04:00
Document Controller By removing its status as a special case, eliminated the Atari 2600 document. It's fairly clear that my date with doing joysticks properly can be deferred only so much longer but this is no worse than previously things were. 2016-10-03 08:01:04 -04:00
Documents Removes unnecessary call. 2017-10-06 18:48:51 -04:00
Machine Commutes the Atari 2600 to the JoystickMachine interface. 2017-10-15 20:44:59 -04:00
Resources/Icons Added a cartridge image. 2017-01-27 21:26:11 -05:00
Updater Commutes the best-effort updater into C++11. 2017-10-05 18:09:58 -04:00
Views Ensures self.bounds and -convertSizeToBacking: are called only on the main queue. 2017-09-20 19:59:34 -04:00
AppDelegate.swift Migrated to Swift 3. 2016-09-15 22:12:12 -04:00
Clock Signal.entitlements Shuffled things and guessed at things until the Xcode project was happy being subservient to the project proper. 2015-07-16 20:27:31 -04:00
ClockSignal-Bridging-Header.h This will likely do for the Swift/XIB side of things: the play/pause button is enabled or disabled as per the user's choice of automatic tape control, and toggles function when pressed. It communicates activity down to the Objective-C[++] layer, giving it a route through to the actual machine. 2017-07-08 19:12:06 -04:00
Info.plist Added the base skeletal stuff of HFE support. 2017-08-17 21:48:48 -04:00