wd_fdc: Do the on-reset restore slightly differently [O. Galibert]

This commit is contained in:
Olivier Galibert 2013-06-16 14:41:54 +00:00
parent 076616018a
commit 636a578098

View File

@ -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)