summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/machine/wd_fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp
index fd3ed60c8ce..0278e5cfff2 100644
--- a/src/devices/machine/wd_fdc.cpp
+++ b/src/devices/machine/wd_fdc.cpp
@@ -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;