summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc4373.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vrc4373.cpp')
-rw-r--r--src/devices/machine/vrc4373.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/vrc4373.cpp b/src/devices/machine/vrc4373.cpp
index a2d448998f7..7f99c290bf3 100644
--- a/src/devices/machine/vrc4373.cpp
+++ b/src/devices/machine/vrc4373.cpp
@@ -161,10 +161,9 @@ void vrc4373_device::device_start()
save_item(NAME(m_pci_io_laddr));
save_item(NAME(m_target1_laddr));
save_item(NAME(m_target2_laddr));
- machine().save().register_postload(save_prepost_delegate(FUNC(vrc4373_device::postload), this));
}
-void vrc4373_device::postload()
+void vrc4373_device::device_post_load()
{
map_cpu_space();
//remap_cb();