1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Machines/ZX8081
Thomas Harte ddcdd07dd0 Modifies the Vic-20 and C1540 to bring them into the realm of self-ROM fetching.
Hence enables Vic-20 support within kiosk mode as currently drafted.
2017-11-07 21:19:51 -05:00
..
Keyboard.cpp Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Keyboard.hpp Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Video.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -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
ZX8081.cpp Modifies the Vic-20 and C1540 to bring them into the realm of self-ROM fetching. 2017-11-07 21:19:51 -05:00
ZX8081.hpp Modifies the Vic-20 and C1540 to bring them into the realm of self-ROM fetching. 2017-11-07 21:19:51 -05:00