summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/lr35902/lr35902.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/lr35902/lr35902.cpp')
-rw-r--r--src/devices/cpu/lr35902/lr35902.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/cpu/lr35902/lr35902.cpp b/src/devices/cpu/lr35902/lr35902.cpp
index 86eba6464d2..c575eea4157 100644
--- a/src/devices/cpu/lr35902/lr35902.cpp
+++ b/src/devices/cpu/lr35902/lr35902.cpp
@@ -139,10 +139,6 @@ void lr35902_cpu_device::device_start()
{
m_program = &space(AS_PROGRAM);
- // resolve callbacks
- m_timer_func.resolve_safe();
- m_incdec16_func.resolve_safe();
-
// register for save states
save_item(NAME(m_A));
save_item(NAME(m_F));