summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-04-02 17:51:39 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-04-02 17:51:39 -0400
commit0e9442b958d3ca29e72b03466c71798c3a6fc508 (patch)
tree092d1238fa47f5d7d76ec6b0ae97cc938e473e52 /src
parent076f4af7531416a13e028577c66f69dfdc40fd3b (diff)
wd_fdc.cpp: Save INTRQ and DRQ states (nw)
Diffstat (limited to 'src')
-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 d348c0e2ec5..880aa5f3f64 100644
--- a/src/devices/machine/wd_fdc.cpp
+++ b/src/devices/machine/wd_fdc.cpp
@@ -145,6 +145,8 @@ void wd_fdc_device_base::device_start()
if (!disable_mfm)
save_item(NAME(dden));
save_item(NAME(mr));
+ save_item(NAME(intrq));
+ save_item(NAME(drq));
}
void wd_fdc_device_base::device_reset()