1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-08 18:55:14 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/Wrappers
Thomas Harte 78ee46270b Transfers possession of keyboard mappings from the Mac side over to individual machines.
Specifically by establishing an intermediate representation of a useful mix between the American and British IBM and Mac keyboard layouts, and routing through that.
2017-10-12 22:25:02 -04:00
..
CSAmstradCPC.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSAmstradCPC.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSAtari2600.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSAtari2600.mm Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSElectron.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSElectron.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSOric.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSOric.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSVic20.h Revokes -[CSMachine init] and the slightly troubling create-on-demand semantics it places upon subclasses via .machine. Therefore each machine must announce its own implementation of -init. 2017-08-27 16:36:21 -04:00
CSVic20.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSZX8081.h 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
CSZX8081.mm Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CSZX8081+Instantiation.h 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