summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c140.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c140.h')
-rw-r--r--src/devices/sound/c140.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/c140.h b/src/devices/sound/c140.h
index abbe72b1053..51dd226acea 100644
--- a/src/devices/sound/c140.h
+++ b/src/devices/sound/c140.h
@@ -41,7 +41,7 @@ protected:
virtual void device_start() override;
virtual void device_clock_changed() override;
- virtual void rom_bank_updated() override;
+ virtual void rom_bank_pre_change() override;
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
@@ -94,7 +94,7 @@ protected:
int m_baserate;
u8 m_REG[0x200];
- s16 m_pcmtbl[256]; //2000.06.26 CAB
+ s16 m_pcmtbl[256];
C140_VOICE m_voi[MAX_VOICE];