1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

It seems like this fix is no longer needed.

This commit is contained in:
Thomas Harte
2020-11-11 17:30:22 -05:00
parent 8024bbd721
commit 6d3d7c6006
2 changed files with 2 additions and 4 deletions
@@ -170,9 +170,7 @@ bool DoubleDensityDrive::read() {
case CA2|CA1|CA0|SEL: // Drive installed.
// (0 = present, 1 = missing)
//
// TODO: why do I need to return this the wrong way around for the Mac Plus?
return true;
return false;
}
}