summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applefdintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
-rw-r--r--src/devices/machine/applefdintf.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp
index 2dc9fcec319..d81f77562d3 100644
--- a/src/devices/machine/applefdintf.cpp
+++ b/src/devices/machine/applefdintf.cpp
@@ -52,7 +52,8 @@ applefdintf_device::applefdintf_device(const machine_config &mconfig, device_typ
m_phases_cb(*this),
m_devsel_cb(*this),
m_sel35_cb(*this),
- m_hdsel_cb(*this)
+ m_hdsel_cb(*this),
+ m_dat1byte_cb(*this)
{
}
@@ -62,6 +63,7 @@ void applefdintf_device::device_start()
m_devsel_cb.resolve_safe();
m_sel35_cb.resolve_safe();
m_hdsel_cb.resolve_safe();
+ m_dat1byte_cb.resolve_safe();
save_item(NAME(m_phases));
save_item(NAME(m_phases_input));
}