summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sp0250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sp0250.h')
-rw-r--r--src/emu/sound/sp0250.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/sp0250.h b/src/emu/sound/sp0250.h
index 019ab27a296..7b17eafa595 100644
--- a/src/emu/sound/sp0250.h
+++ b/src/emu/sound/sp0250.h
@@ -13,7 +13,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( sp0250_w );
UINT8 sp0250_drq_r(device_t *device);
class sp0250_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
sp0250_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);