1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-19 23:32:28 +00:00
CLK/OSBindings/Mac/Clock Signal
2017-07-08 19:31:20 -04:00
..
Assets.xcassets
Audio Added an ugly workaround for the empirical sound shutdown issues. 2017-03-26 20:28:04 -04:00
Base.lproj 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
Document Controller
Documents Made a game attempt at automatic motor control and ensured setting is initialised correctly from the user defaults. 2017-07-08 19:31:20 -04:00
Machine Routed tape motor selections through to the C++ side of the world, and ensured that manual tape playback works properly. 2017-07-08 19:21:12 -04:00
Resources/Icons Added a cartridge image. 2017-01-27 21:26:11 -05:00
Updater Dumped Mach-specific test-and-set in favour of ordinary C11. 2017-04-15 21:41:59 -04:00
Views Slightly shuffled to avoid a race condition on the best-effort updater. 2017-02-11 12:58:47 -05:00
AppDelegate.swift
Clock Signal.entitlements
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 Fixed reference to Swift-world MachineDocument for the ZX81 file type. 2017-06-12 18:51:11 -04:00