mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
a42ca290cb
Specifically: now that the implementation is contained within the CPP file, there's no need to embed the keyboard, tape player and VIA port handler as private classes. Also the pain of additional syntax is reduced, so the keyboard has been bumped up to a fully data-hiding class. I've also transferred overall ownership of the tape player, AY and keyboard up to the Oric itself, with the VIA merely being wired to them, and added a whole bunch of extra documentation. |
||
---|---|---|
.. | ||
CharacterMapper.cpp | ||
CharacterMapper.hpp | ||
Microdisc.cpp | ||
Microdisc.hpp | ||
Oric.cpp | ||
Oric.hpp | ||
Video.cpp | ||
Video.hpp |