1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-05 23:56:33 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine
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
..
StaticAnalyser Removes the options panel for CPC display. 2017-08-27 17:11:35 -04:00
Wrappers Arranges for the ZX80/81 to get a peek at target configuration prior to construction. I'm as yet undecided on whether to make this the norm. 2017-08-27 16:42:16 -04:00
CSFastLoading.h
CSJoystickMachine.h
CSKeyboardMachine.h
CSMachine.h
CSMachine.mm Eliminates potential cyclic entry into CSMachine during its -dealloc. 2017-08-31 21:22:23 -04:00
CSMachine+Subclassing.h
CSMachine+Target.h
KeyCodes.h
NSBundle+DataResource.h
NSBundle+DataResource.m
NSData+StdVector.h
NSData+StdVector.mm