mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-08-09 23:25:16 +00:00
when selecting the other drive, make sure to buffer its current track
This commit is contained in:
@@ -334,6 +334,8 @@ void DiskII::select(int8_t which)
|
|||||||
|
|
||||||
// set the selected disk drive
|
// set the selected disk drive
|
||||||
selectedDisk = which;
|
selectedDisk = which;
|
||||||
|
|
||||||
|
trackToRead = curTrack[selectedDisk];
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t DiskII::readOrWriteByte()
|
uint8_t DiskII::readOrWriteByte()
|
||||||
|
Reference in New Issue
Block a user