mirror of
https://github.com/holub/mame
synced 2025-05-01 04:06:58 +03:00
(mess) mikromik: don't stop the motor when resetting the fdc (nw)
This commit is contained in:
parent
5912fc0a5b
commit
c7e836f6da
@ -221,7 +221,7 @@ WRITE8_MEMBER( mm1_state::ls259_w )
|
|||||||
case 1: // RECALL
|
case 1: // RECALL
|
||||||
if (LOG) logerror("RECALL %u\n", d);
|
if (LOG) logerror("RECALL %u\n", d);
|
||||||
m_recall = d;
|
m_recall = d;
|
||||||
if (d) m_fdc->reset();
|
if (d) m_fdc->soft_reset();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2: // _RV28/RX21
|
case 2: // _RV28/RX21
|
||||||
|
Loading…
Reference in New Issue
Block a user