mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
wd_fdc: Do the on-reset restore slightly differently [O. Galibert]
This commit is contained in:
parent
076616018a
commit
636a578098
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user