summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/st0016.h')
-rw-r--r--src/emu/sound/st0016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/st0016.h b/src/emu/sound/st0016.h
index 6bd1ad9fdd9..f3ec01b1829 100644
--- a/src/emu/sound/st0016.h
+++ b/src/emu/sound/st0016.h
@@ -14,7 +14,7 @@ DECLARE_READ8_DEVICE_HANDLER( st0016_snd_r );
DECLARE_WRITE8_DEVICE_HANDLER( st0016_snd_w );
class st0016_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
st0016_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);