summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2020-07-01 19:09:03 +0300
committer MetalliC <0vetal0@gmail.com>2020-07-01 19:09:03 +0300
commitc37526a3b35f891084f55d195b2a53b5175172cb (patch)
tree90186f17574d69095229711777b4d33eff2c840e /src/devices
parent29677a95a11c35038e0755af7750ced7ed2613e8 (diff)
wd_fdc.cpp fix spinup on interrupt command
samcoupe.cpp enable floppy sounds
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/machine/wd_fdc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp
index 0eb0bdb0687..07e23fd6583 100644
--- a/src/devices/machine/wd_fdc.cpp
+++ b/src/devices/machine/wd_fdc.cpp
@@ -979,6 +979,8 @@ void wd_fdc_device_base::interrupt_start()
if (spinup_on_interrupt) // see notes in FD1771 and WD1772 constructors, might be true for other FDC types as well.
{
+ motor_timeout = 0;
+
if (head_control)
set_hld();