summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.h')
-rw-r--r--src/devices/sound/ymf271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf271.h b/src/devices/sound/ymf271.h
index 5c6e432649b..04d49c57f09 100644
--- a/src/devices/sound/ymf271.h
+++ b/src/devices/sound/ymf271.h
@@ -30,7 +30,7 @@ protected:
virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
// device_rom_interface overrides
- virtual void rom_bank_updated() override;
+ virtual void rom_bank_pre_change() override;
TIMER_CALLBACK_MEMBER(timer_a_expired);
TIMER_CALLBACK_MEMBER(timer_b_expired);