(MESS) apple3: refresh selected drive after the softswitches are changed. [Paul Hagstrom]

This commit is contained in:
R. Belmont 2014-09-06 00:47:32 +00:00
parent 605b118096
commit 511c4a67d3

View File

@ -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();
}
}