diff --git a/src/emu/machine/wd_fdc.c b/src/emu/machine/wd_fdc.c index 53269b2e541..9231d175605 100644 --- a/src/emu/machine/wd_fdc.c +++ b/src/emu/machine/wd_fdc.c @@ -109,7 +109,8 @@ void wd_fdc_t::device_reset() live_abort(); // restore - cmd_w(0x03); + last_dir = 1; + seek_start(RESTORE); } void wd_fdc_t::set_floppy(floppy_image_device *_floppy)