summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd_fdc.cpp')
-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()