summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.h')
-rw-r--r--src/emu/sound/tms3615.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/tms3615.h b/src/emu/sound/tms3615.h
index 31c4ef5574a..5fc23aaabed 100644
--- a/src/emu/sound/tms3615.h
+++ b/src/emu/sound/tms3615.h
@@ -26,7 +26,7 @@
// ======================> tms3615_device
class tms3615_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
tms3615_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -40,7 +40,7 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
public:
- void enable_w(int enable);
+ void enable_w(int enable);
private:
sound_stream *m_channel; /* returned by stream_create() */