summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/fs3216.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fs3216.cpp')
-rw-r--r--src/mame/drivers/fs3216.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fs3216.cpp b/src/mame/drivers/fs3216.cpp
index ba4522b4601..a8ca0327d8e 100644
--- a/src/mame/drivers/fs3216.cpp
+++ b/src/mame/drivers/fs3216.cpp
@@ -343,9 +343,9 @@ void fs3216_state::floppy_control_w(u8 data)
m_floppy_status &= 0xef;
}
+ m_fdc->reset_w(!BIT(data, 1));
if (!BIT(data, 1))
{
- m_fdc->soft_reset();
m_fdc_dma_count = 0;
m_fdc->tc_w(0);
}