1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 19:54:35 +00:00
CLK/OSBindings/Mac/Clock Signal
Thomas Harte f10be2a18a Eliminates potential cyclic entry into CSMachine during its -dealloc.
Explicit cause: dealloc calls close_output(). That may decide to flush work, indiscriminately. Some of the flushed work might be audio generation. Audio generation might cause the audio queue to react with an out-of-data announcement. Which would cause a fresh attempt to update the CSMachine.
2017-08-31 21:22:23 -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 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
Documents Fully wired in drag-and-drop for media insertion. 2017-08-17 11:00:08 -04:00
Machine Eliminates potential cyclic entry into CSMachine during its -dealloc. 2017-08-31 21:22:23 -04:00
Resources/Icons
Updater Dumped Mach-specific test-and-set in favour of ordinary C11. 2017-04-15 21:41:59 -04:00
Views Split the static analyser functionality so that it's possible just to ask for the set of media implied by a particular file. Extended ConfigurationTarget so that media alone can be pushed to a machine. 2017-08-17 10:48:29 -04: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 Added the base skeletal stuff of HFE support. 2017-08-17 21:48:48 -04:00