summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5506.h
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-02-06 13:59:38 -0900
committer GitHub <noreply@github.com>2022-02-06 23:59:38 +0100
commitae373baa246e69a52e6e8249e6e8c7897ba1e1fe (patch)
treee948c0f9f690b3d4fd2886910552ee045389ccd6 /src/devices/sound/es5506.h
parent22e7beb2fc705139625e3c036c256c6f19cd1c2c (diff)
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
Diffstat (limited to 'src/devices/sound/es5506.h')
-rw-r--r--src/devices/sound/es5506.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es5506.h b/src/devices/sound/es5506.h
index 4e45617c8b7..73f5c0a3c8f 100644
--- a/src/devices/sound/es5506.h
+++ b/src/devices/sound/es5506.h
@@ -114,7 +114,7 @@ protected:
void generate_ulaw(es550x_voice *voice, s32 *dest);
void generate_pcm(es550x_voice *voice, s32 *dest);
inline void generate_irq(es550x_voice *voice, int v);
- virtual void generate_samples(std::vector<write_stream_view> &outputs) {};
+ virtual void generate_samples(std::vector<write_stream_view> &outputs) {}
inline void update_index(es550x_voice *voice) { m_voice_index = voice->index; }
virtual inline u16 read_sample(es550x_voice *voice, offs_t addr) { return 0; }