summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/40105.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/40105.cpp')
-rw-r--r--src/devices/machine/40105.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/40105.cpp b/src/devices/machine/40105.cpp
index 032fc62521d..8e528a83329 100644
--- a/src/devices/machine/40105.cpp
+++ b/src/devices/machine/40105.cpp
@@ -64,11 +64,6 @@ cmos_40105_device::cmos_40105_device(const machine_config &mconfig, const char *
void cmos_40105_device::device_start()
{
- // resolve callbacks
- m_write_dir.resolve_safe();
- m_write_dor.resolve_safe();
- m_write_q.resolve_safe();
-
// state saving
save_item(NAME(m_d));
save_item(NAME(m_q));