1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-18 23:23:56 +00:00
CLK/OSBindings/Mac/Clock Signal
2016-08-29 08:48:49 -04:00
..
Assets.xcassets
Audio Eliminated waiting here — either the buffer can be enqueued now or it is dropped. 2016-08-14 16:20:24 -04:00
Base.lproj Resolved warning. 2016-08-23 21:10:22 -04:00
Documents Added hacky segue into analysis for all Electron formats. Added analyser to try to differentiate Acorn-format ROMs from other things called .rom, which are likely to be numerous. 2016-08-28 12:43:17 -04:00
Machine Addressed my dithering here: the file format containers themselves should do nothing but inspect the data to find out whether it is of the correct format. The machine steps are there for machine-specific validation. So it's probably easier to treat a binary ROM image just as a binary ROM image. Therefore, the Acorn-specific .rom detection is now in an Acorn-specific area. 2016-08-29 08:48:49 -04:00
Updater
Views Delegates are all nullable, naturally. 2016-06-23 09:37:49 -04:00
AppDelegate.swift
Clock Signal.entitlements
ClockSignal-Bridging-Header.h Switched protocol to meaningful name and corrected its omission from the repository. 2016-07-04 19:19:07 -04:00
Info.plist Performed the basic metadata and routing for opening D64 files. Realised that I wasn't actually necessarily catching exceptions properly for all file opens, and fixed. 2016-08-01 07:09:15 -04:00