diff options
Diffstat (limited to 'src/devices/sound/gb.h')
-rw-r--r-- | src/devices/sound/gb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/gb.h b/src/devices/sound/gb.h index fee26bd8a74..dfd0e7e7a20 100644 --- a/src/devices/sound/gb.h +++ b/src/devices/sound/gb.h @@ -155,7 +155,7 @@ protected: void tick_envelope(struct SOUND &snd); void update_state(); bool dac_enabled(struct SOUND &snd); - virtual void corrupt_wave_ram() { }; + virtual void corrupt_wave_ram() { } uint64_t noise_period_cycles(); TIMER_CALLBACK_MEMBER(timer_callback); }; |