summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/msm5205.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/msm5205.h')
-rw-r--r--src/emu/sound/msm5205.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/msm5205.h b/src/emu/sound/msm5205.h
index 86df242eea5..94c90d8faa0 100644
--- a/src/emu/sound/msm5205.h
+++ b/src/emu/sound/msm5205.h
@@ -46,7 +46,7 @@ void msm5205_set_volume(device_t *device,int volume);
void msm5205_change_clock_w(device_t *device, INT32 clock);
class msm5205_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
msm5205_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);