1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-21 08:29:06 +00:00
CLK/Machines/AppleII
Thomas Harte 0526ac2ee2 Slightly increases const correctness.
The converters from source data to output pixels do not modify the source data. It's a shame there's no `restrict` in C++.
2018-09-05 11:36:40 -04:00
..
AppleII.cpp Correction: 0xc011 et al get the keyboard value in bits 0 to 6 and the switch value in bit 7. 2018-08-30 20:18:36 -04:00
AppleII.hpp The Disk II now being its proper speed, withdraws the quickload option. 2018-08-03 21:20:21 -04:00
Card.hpp Specs out a new AppleII::Card interface. 2018-05-21 20:54:53 -04:00
DiskIICard.cpp Simplifies initialisation procedure for all machines. 2018-07-10 20:00:46 -04:00
DiskIICard.hpp Creates the through-path that will be necessary for RWTS acceleration. 2018-06-09 12:51:53 -04:00
Video.cpp Slightly increases const correctness. 2018-09-05 11:36:40 -04:00
Video.hpp Slightly increases const correctness. 2018-09-05 11:36:40 -04:00