summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/262intf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/262intf.cpp')
-rw-r--r--src/devices/sound/262intf.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/sound/262intf.cpp b/src/devices/sound/262intf.cpp
index 4c027e5c2a3..2131d71666f 100644
--- a/src/devices/sound/262intf.cpp
+++ b/src/devices/sound/262intf.cpp
@@ -82,6 +82,14 @@ void ymf262_device::sound_stream_update(sound_stream &stream, stream_sample_t **
}
//-------------------------------------------------
+// device_post_load - device-specific post load
+//-------------------------------------------------
+void ymf262_device::device_post_load()
+{
+ ymf262_post_load(m_chip);
+}
+
+//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------