1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 15:28:56 +00:00
CLK/Machines/Oric
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
..
CharacterMapper.cpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CharacterMapper.hpp Within the Typer framework: hatched out CharacterMapper as a distinct thing from the target for keypresses, better to formalise responsibility but also to make it easy cleanly to sever that stuff into its own little part. 2017-08-03 11:42:31 -04:00
KeyboardMapper.cpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
KeyboardMapper.hpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
Microdisc.cpp Introduces flush_tracks to Drive, while switching its interface to using Track::Address and adjusting associated integer types. 2017-10-06 21:45:12 -04:00
Microdisc.hpp Standardises on const [Half]Cycles as the thing called and returned, rather than const [Half]Cycles & as it's explicitly defined to be only one int in size, so using a reference is overly weighty. 2017-07-27 22:05:29 -04:00
Oric.cpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
Oric.hpp Moves the Electron implementation behind a more opaque interface, in line with changes elsewhere. 2017-08-16 15:33:40 -04:00
Video.cpp Updates clipped area per latest CRT response to vertical sync. 2017-09-04 17:51:02 -04:00
Video.hpp Standardises on const [Half]Cycles as the thing called and returned, rather than const [Half]Cycles & as it's explicitly defined to be only one int in size, so using a reference is overly weighty. 2017-07-27 22:05:29 -04:00