mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) apple3: invert enable1 sense, external drive selection now works properly. [R. Belmont]
This commit is contained in:
parent
40f25b183e
commit
9524289322
@ -92,7 +92,7 @@ void wozfdc_device::a3_update_drive_sel()
|
||||
{
|
||||
floppy_image_device *newflop = NULL;
|
||||
|
||||
if (enable1)
|
||||
if (!enable1)
|
||||
{
|
||||
newflop = floppy0->get_device();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user