summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/timeplt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/timeplt.h')
-rw-r--r--src/mame/audio/timeplt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/audio/timeplt.h b/src/mame/audio/timeplt.h
index 2c6385bbe7e..7836d453c11 100644
--- a/src/mame/audio/timeplt.h
+++ b/src/mame/audio/timeplt.h
@@ -4,7 +4,7 @@ MACHINE_CONFIG_EXTERN( timeplt_sound );
MACHINE_CONFIG_EXTERN( locomotn_sound );
class timeplt_audio_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
timeplt_audio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -25,4 +25,3 @@ private:
};
extern const device_type TIMEPLT_AUDIO;
-