1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Components/DiskII
Ryan Carsten Schmidt 01cf7462d5 Disk II: Don't overwrite data bus when not asked to
Return DidNotLoad rather than 0xff from read_address on odd-numbered
addresses so that the data bus is not overwritten with 0xff on those
accesses.
2023-12-05 10:03:52 -06:00
..
DiskII.cpp Disk II: Don't overwrite data bus when not asked to 2023-12-05 10:03:52 -06:00
DiskII.hpp Adds a bunch of consts. 2020-05-09 21:23:52 -04:00
DiskIIDrive.cpp Removes temporary printf. 2021-02-14 21:03:54 -05:00
DiskIIDrive.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00
IWM.cpp Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
IWM.hpp Further qmake warning corrections. 2020-05-30 19:31:17 -04:00
MacintoshDoubleDensityDrive.cpp Flips meaning of ejected bit, to please the IIgs. 2020-11-18 17:20:48 -05:00
MacintoshDoubleDensityDrive.hpp Simplify namespace syntax. 2023-05-10 16:02:18 -05:00