summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qx10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/qx10.cpp')
-rw-r--r--src/mame/drivers/qx10.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/qx10.cpp b/src/mame/drivers/qx10.cpp
index 09d39e4b6a3..47e59e95c6d 100644
--- a/src/mame/drivers/qx10.cpp
+++ b/src/mame/drivers/qx10.cpp
@@ -386,6 +386,7 @@ void qx10_state::fdd_motor_w(uint8_t data)
m_fdcmotor = 1;
m_floppy[0]->get_device()->mon_w(false);
+ m_floppy[1]->get_device()->mon_w(false);
// motor off controlled by clock
}