mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
fixed usage of uninitialized member in wozfdc_device (nw)
This commit is contained in:
parent
c7250314d9
commit
a1f5e051ca
@ -111,6 +111,7 @@ void wozfdc_device::device_reset()
|
|||||||
cur_lss.write_position = 0;
|
cur_lss.write_position = 0;
|
||||||
cur_lss.write_line_active = false;
|
cur_lss.write_line_active = false;
|
||||||
predicted_lss.tm = attotime::never;
|
predicted_lss.tm = attotime::never;
|
||||||
|
external_io_select = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wozfdc_device::a3_update_drive_sel()
|
void wozfdc_device::a3_update_drive_sel()
|
||||||
|
Loading…
Reference in New Issue
Block a user