mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
(MESS) apple3: refresh selected drive after the softswitches are changed. [Paul Hagstrom]
This commit is contained in:
parent
605b118096
commit
511c4a67d3
@ -552,4 +552,9 @@ void appleiii_fdc::control_dx(int offset)
|
|||||||
default: // cod8-c0df are not FDC related
|
default: // cod8-c0df are not FDC related
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (offset < 8)
|
||||||
|
{
|
||||||
|
a3_update_drive_sel();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user