mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
wd_fdc: commands don't clear forced interrupt
This commit is contained in:
parent
989e9a5ee7
commit
09ec8abdc0
@ -1146,7 +1146,7 @@ void wd_fdc_device_base::cmd_w(uint8_t val)
|
||||
|
||||
LOGCOMP("Initiating command %02x\n", val);
|
||||
|
||||
if (intrq) {
|
||||
if(intrq && !(intrq_cond & I_IMM)) {
|
||||
intrq = false;
|
||||
if(!intrq_cb.isnull())
|
||||
intrq_cb(intrq);
|
||||
|
Loading…
Reference in New Issue
Block a user