(MESS) apple3: invert enable1 sense, external drive selection now works properly. [R. Belmont]

This commit is contained in:
R. Belmont 2014-09-07 04:57:29 +00:00
parent 40f25b183e
commit 9524289322

View File

@ -92,7 +92,7 @@ void wozfdc_device::a3_update_drive_sel()
{ {
floppy_image_device *newflop = NULL; floppy_image_device *newflop = NULL;
if (enable1) if (!enable1)
{ {
newflop = floppy0->get_device(); newflop = floppy0->get_device();
} }