summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/saa1099.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/saa1099.h')
-rw-r--r--src/emu/sound/saa1099.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/saa1099.h b/src/emu/sound/saa1099.h
index ccbb1c75f3f..7e2f6ed6a1d 100644
--- a/src/emu/sound/saa1099.h
+++ b/src/emu/sound/saa1099.h
@@ -13,7 +13,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( saa1099_control_w );
DECLARE_WRITE8_DEVICE_HANDLER( saa1099_data_w );
class saa1099_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);