summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/setapcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/setapcm.cpp')
-rw-r--r--src/devices/sound/setapcm.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/sound/setapcm.cpp b/src/devices/sound/setapcm.cpp
index 61346643216..ab002f68f10 100644
--- a/src/devices/sound/setapcm.cpp
+++ b/src/devices/sound/setapcm.cpp
@@ -162,11 +162,12 @@ void setapcm_device<MaxVoices, Divider>::sound_stream_update(sound_stream &strea
}
//-------------------------------------------------
-// rom_bank_updated - the rom bank has changed
+// rom_bank_pre_change - refresh the stream if the
+// ROM banking changes
//-------------------------------------------------
template<unsigned MaxVoices, unsigned Divider>
-void setapcm_device<MaxVoices, Divider>::rom_bank_updated()
+void setapcm_device<MaxVoices, Divider>::rom_bank_pre_change()
{
m_stream->update();
}