when selecting the other drive, make sure to buffer its current track

This commit is contained in:
Jorj Bauer 2017-12-28 23:00:56 -05:00
parent 4545258bc4
commit a22f44a535
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ void DiskII::select(int8_t which)
// set the selected disk drive
selectedDisk = which;
trackToRead = curTrack[selectedDisk];
}
uint8_t DiskII::readOrWriteByte()