mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-02-05 19:31:56 +00:00
when selecting the other drive, make sure to buffer its current track
This commit is contained in:
parent
4545258bc4
commit
a22f44a535
@ -334,6 +334,8 @@ void DiskII::select(int8_t which)
|
||||
|
||||
// set the selected disk drive
|
||||
selectedDisk = which;
|
||||
|
||||
trackToRead = curTrack[selectedDisk];
|
||||
}
|
||||
|
||||
uint8_t DiskII::readOrWriteByte()
|
||||
|
Loading…
x
Reference in New Issue
Block a user