mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
vice versa (nw)
This commit is contained in:
parent
a128963b4b
commit
51ba9b48f0
@ -204,7 +204,7 @@ WRITE_LINE_MEMBER(wd_fdc_device_base::mr_w)
|
||||
live_abort();
|
||||
} else if(state && !mr) {
|
||||
// WD1770/72 (supposedly) not perform RESTORE after reset
|
||||
if (motor_control) {
|
||||
if (!motor_control) {
|
||||
// trigger a restore after everything else is reset too, in particular the floppy device itself
|
||||
status |= S_BUSY;
|
||||
sub_state = INITIAL_RESTORE;
|
||||
|
Loading…
Reference in New Issue
Block a user