summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am2901b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am2901b.cpp')
-rw-r--r--src/devices/machine/am2901b.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/machine/am2901b.cpp b/src/devices/machine/am2901b.cpp
index f1dafdfcffd..601cbf679d9 100644
--- a/src/devices/machine/am2901b.cpp
+++ b/src/devices/machine/am2901b.cpp
@@ -93,18 +93,6 @@ void am2901b_device::device_start()
save_item(NAME(m_f0_out));
save_item(NAME(m_f3_out));
save_item(NAME(m_co_out));
-
- m_y.resolve_safe();
- m_g.resolve_safe();
- m_p.resolve_safe();
- m_q0.resolve_safe();
- m_q3.resolve_safe();
- m_ram0.resolve_safe();
- m_ram3.resolve_safe();
- m_ovr.resolve_safe();
- m_f0.resolve_safe();
- m_f3.resolve_safe();
- m_co.resolve_safe();
}
void am2901b_device::device_reset()