Masked off drive select.
This commit is contained in:
parent
4e9ee6e927
commit
e6bd0093bd
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ void fdc_write(uint16_t addr, uint8_t val, void *priv)
|
|||
disctime = 1024 * (1 << TIMER_SHIFT);
|
||||
timer_update_outstanding();
|
||||
fdc.drive = fdc.params[0] & 3;
|
||||
disc_drivesel = fdc.drive;
|
||||
disc_drivesel = fdc.drive & 1;
|
||||
switch (discint)
|
||||
{
|
||||
case 5: /*Write data*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue