summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/hc55516.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/hc55516.h')
-rw-r--r--src/emu/sound/hc55516.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/hc55516.h b/src/emu/sound/hc55516.h
index 6674a43b47f..f9da379e2f0 100644
--- a/src/emu/sound/hc55516.h
+++ b/src/emu/sound/hc55516.h
@@ -16,7 +16,7 @@ void hc55516_clock_w(device_t *device, int state);
int hc55516_clock_state_r(device_t *device);
class hc55516_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
hc55516_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);