mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user