mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +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
|
||||
break;
|
||||
}
|
||||
|
||||
if (offset < 8)
|
||||
{
|
||||
a3_update_drive_sel();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user