1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-26 11:29:09 +00:00
CLK/OSBindings/Mac/Clock Signal
Thomas Harte bee0d09877 Splits display update and draw functions.
On the Mac, draw is now called without an update for resizing events, and
anything else requested by AppKit. In all other cases — including from
the SDL version — both are called as if they were still a single function.
2019-03-02 19:33:28 -05:00
..
Assets.xcassets Fills out the application icon set. 2018-03-23 18:29:18 -04:00
Audio As an initial step, ensured latency doesn't pile up endlessly. 2018-05-15 21:12:43 -04:00
Base.lproj Adds composite monochrome output for the Oric. At least temporarily. 2019-02-18 16:56:48 -05:00
Document Controller Wires joystick support all the way through to machines. 2018-07-22 16:55:47 -04:00
Documents Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
Joystick Manager Wires joystick support all the way through to machines. 2018-07-22 16:55:47 -04:00
Machine Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
MachinePicker Introduces region support to the MSX. 2019-02-28 20:54:43 -05:00
Resources/Icons Added a cartridge image. 2017-01-27 21:26:11 -05:00
Updater Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Views Splits display update and draw functions. 2019-03-02 19:33:28 -05:00
AppDelegate.swift Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Clock Signal.entitlements Attempts to introduce screenshot capture for macOS. 2018-07-27 23:37:24 -04:00
ClockSignal-Bridging-Header.h Wires joystick support all the way through to machines. 2018-07-22 16:55:47 -04:00
Info.plist Advances towards the Master System actually receiving interrupts. 2018-09-23 15:58:23 -04:00