Previous 199869 Revisions Next

r32851 Tuesday 21st October, 2014 at 02:55:24 UTC by Carl
(mess) mikromik: don't stop the motor when resetting the fdc (nw)
[src/mess/drivers]mikromik.c

trunk/src/mess/drivers/mikromik.c
r241362r241363
221221   case 1: // RECALL
222222      if (LOG) logerror("RECALL %u\n", d);
223223      m_recall = d;
224      if (d) m_fdc->reset();
224      if (d) m_fdc->soft_reset();
225225      break;
226226
227227   case 2: // _RV28/RX21


Previous 199869 Revisions Next


© 1997-2024 The MAME Team