summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/rcnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/rcnt.cpp')
-rw-r--r--src/devices/cpu/psx/rcnt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/cpu/psx/rcnt.cpp b/src/devices/cpu/psx/rcnt.cpp
index c31c9464f8e..0a9b03f89d3 100644
--- a/src/devices/cpu/psx/rcnt.cpp
+++ b/src/devices/cpu/psx/rcnt.cpp
@@ -35,10 +35,6 @@ void psxrcnt_device::device_post_load()
void psxrcnt_device::device_start()
{
- m_irq0_handler.resolve_safe();
- m_irq1_handler.resolve_safe();
- m_irq2_handler.resolve_safe();
-
save_item(STRUCT_MEMBER(root_counter, n_count));
save_item(STRUCT_MEMBER(root_counter, n_mode));
save_item(STRUCT_MEMBER(root_counter, n_target));