1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 06:57:15 +00:00
CLK/Machines/Oric
2017-09-11 22:15:54 -04:00
..
CharacterMapper.cpp 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
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
Microdisc.cpp Adjusts the Oric Microdisc to propagate motor control more widely. 2017-09-11 22:15:54 -04:00
Microdisc.hpp
Oric.cpp Reformulates the Oric more cleanly into the modern world. 2017-09-04 18:22:14 -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