(mess) mikromik: don't stop the motor when resetting the fdc (nw)

This commit is contained in:
cracyc 2014-10-20 21:55:24 -05:00
parent 5912fc0a5b
commit c7e836f6da

View File

@ -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