1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-26 11:29:09 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine
Thomas Harte df89a8771c Makes an attempt to have the emulator fill the actual GPU buffers.
Not that they're drawn from correctly yet. I might first take a run at a new quick-path output route for emulated RGB displays, that just seeks to use the scans directly. No intermediate buffers. Besides probably being a good feature, it'll be a good way to ramp further up with Metal.
2020-08-08 22:49:02 -04:00
..
StaticAnalyser Tidies up: arranges initialisers into alphabetical order, shortens some enum references. 2020-06-18 23:34:28 -04:00
Wrappers Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
CSMachine.h Breaks all output. 2020-08-04 18:22:14 -04:00
CSMachine.mm Makes an attempt to have the emulator fill the actual GPU buffers. 2020-08-08 22:49:02 -04:00
CSMachine+Target.h Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
CSROMFetcher.hpp Extends the Mac ROM fetcher to return a missing-ROMs list. 2019-07-21 18:41:00 -04:00
CSROMFetcher.mm Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
KeyCodes.h Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
NSBundle+DataResource.h Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
NSBundle+DataResource.m Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
NSData+CRC32.h Gets as far as testing ROMs against the missing list. 2019-07-22 18:02:48 -04:00
NSData+CRC32.m Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
NSData+StdVector.h Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
NSData+StdVector.mm Corrects various old-fashioned bits of indentation, plus the odd const. 2019-12-22 00:00:23 -05:00