mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-25 19:31:36 +00:00
remove hack that sped up disk access for unknown reasons: it was b/c it was giving the logic sequencer time to sync
This commit is contained in:
parent
a24406870e
commit
061eca8c3a
@ -130,12 +130,6 @@ uint8_t DiskII::readSwitches(uint8_t s)
|
|||||||
|
|
||||||
case 0x0E: // set read mode
|
case 0x0E: // set read mode
|
||||||
setWriteMode(false);
|
setWriteMode(false);
|
||||||
|
|
||||||
// FIXME: with this shortcut here, disk access speeds up ridiculously.
|
|
||||||
// Is this breaking anything?
|
|
||||||
/*return ( (readOrWriteByte() & 0x7F) |
|
|
||||||
(isWriteProtected() ? 0x80 : 0x00) );
|
|
||||||
*/
|
|
||||||
break;
|
break;
|
||||||
case 0x0F: // set write mode
|
case 0x0F: // set write mode
|
||||||
setWriteMode(true);
|
setWriteMode(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user