summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2018-06-18 17:16:27 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2018-06-18 17:16:27 +0200
commit5b34e3283e99de926f3259730944156945bc5512 (patch)
tree8d93e38e9232b354c460b3da38a92f3ad819d760
parent49594f73b7d3b67a7dbbe4af6f92cc0c0d5e29bb (diff)
ibmpcjr: Replace the hard floppy reset by a soft_reset. (nw)
-rw-r--r--src/mame/drivers/ibmpcjr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ibmpcjr.cpp b/src/mame/drivers/ibmpcjr.cpp
index 3813372af12..cbf07482994 100644
--- a/src/mame/drivers/ibmpcjr.cpp
+++ b/src/mame/drivers/ibmpcjr.cpp
@@ -400,7 +400,7 @@ WRITE8_MEMBER(pcjr_state::pcjr_fdc_dor_w)
m_fdc->set_floppy(nullptr);
if((pdor^m_pcjr_dor) & 0x80)
- m_fdc->reset();
+ m_fdc->soft_reset();
if(m_pcjr_dor & 0x20) {
if((pdor & 0x40) && !(m_pcjr_dor & 0x40))