summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-05-29 14:02:01 +0200
committer Dirk Best <mail@dirk-best.de>2015-05-29 14:02:26 +0200
commit136420f6f3190a696386a01ebabeb9e2989d1625 (patch)
tree6f8b19d82c71fafdd7aa33ac31f9c3204243edc0
parent3e15c2da34c806a81a2534e8db5783bae04e1215 (diff)
wd_fdc: after a force interrupt command, return status type 1 (fixes sam
coupe)
-rw-r--r--src/emu/machine/wd_fdc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/wd_fdc.c b/src/emu/machine/wd_fdc.c
index 69e75471721..3090656a7d1 100644
--- a/src/emu/machine/wd_fdc.c
+++ b/src/emu/machine/wd_fdc.c
@@ -896,6 +896,9 @@ void wd_fdc_t::interrupt_start()
motor_timeout = 0;
}
+ // after a force interrupt command, return status type 1
+ status_type_1 = true;
+
if(!(command & 0x0f)) {
intrq_cond = 0;
} else {