1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-02 08:34:14 +00:00
CLK/Machines/AppleII
Thomas Harte 7b7beb13a3 Eliminates the fiction of setting and getting registers.
The Disk II seems lower level than that; it will read the data bus whenever it likes, it is the programmer's responsibility to keep up with that. It also reserves the right not to load the bus regardless of whether it receives a read or write access.
2018-05-17 21:39:11 -04:00
..
AppleII.cpp Adjusted number again. But we'll see. 2018-05-15 20:43:13 -04:00
AppleII.hpp
Card.hpp
DiskIICard.cpp Eliminates the fiction of setting and getting registers. 2018-05-17 21:39:11 -04:00
DiskIICard.hpp
Video.cpp
Video.hpp Attempts to implement vapour lock bus behaviour. 2018-05-13 18:53:32 -04:00