summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc5074.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vrc5074.cpp')
-rw-r--r--src/devices/machine/vrc5074.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/vrc5074.cpp b/src/devices/machine/vrc5074.cpp
index ea6158171e6..d3afc8e2c93 100644
--- a/src/devices/machine/vrc5074.cpp
+++ b/src/devices/machine/vrc5074.cpp
@@ -243,10 +243,9 @@ void vrc5074_device::device_start()
save_item(NAME(m_uart_irq));
save_item(NAME(m_irq_pins));
save_item(NAME(m_timer_period));
- machine().save().register_postload(save_prepost_delegate(FUNC(vrc5074_device::postload), this));
}
-void vrc5074_device::postload()
+void vrc5074_device::device_post_load()
{
map_cpu_space();
setup_pci_space();