summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2014-10-20 21:55:24 -0500
committer cracyc <cracyc@users.noreply.github.com>2014-10-20 21:55:24 -0500
commitc7e836f6da737fc8eba84281987274d7fc0060f2 (patch)
treeb102b27c35c53d817facf11cd64d5e5c3cfe0b1f
parent5912fc0a5b0d1bca7457e4e0377aff300f25612b (diff)
(mess) mikromik: don't stop the motor when resetting the fdc (nw)
-rw-r--r--src/mess/drivers/mikromik.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/mikromik.c b/src/mess/drivers/mikromik.c
index 516af22581f..3442c42ffa3 100644
--- a/src/mess/drivers/mikromik.c
+++ b/src/mess/drivers/mikromik.c
@@ -221,7 +221,7 @@ WRITE8_MEMBER( mm1_state::ls259_w )
case 1: // RECALL
if (LOG) logerror("RECALL %u\n", d);
m_recall = d;
- if (d) m_fdc->reset();
+ if (d) m_fdc->soft_reset();
break;
case 2: // _RV28/RX21