1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00
CLK/Machines/Oric
Thomas Harte da082673d7 Drives now have a finite number of heads.
The Amstrad volunteers itself to be single sided. Everything else stays as it was.
2017-09-15 21:18:36 -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 Drives now have a finite number of heads. 2017-09-15 21:18:36 -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