summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k054539.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k054539.h')
-rw-r--r--src/emu/sound/k054539.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/sound/k054539.h b/src/emu/sound/k054539.h
index c1be626ca06..30369e4a7eb 100644
--- a/src/emu/sound/k054539.h
+++ b/src/emu/sound/k054539.h
@@ -49,9 +49,9 @@ public:
k054539_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// static configuration helpers
- static void static_set_interface(device_t &device, const k054539_interface &interface);
+ static void static_set_interface(device_t &device, const k054539_interface &interface);
template<class _Object> static devcb2_base &set_timer_handler(device_t &device, _Object object) { return downcast<k054539_device &>(device).m_timer_handler.set_callback(object); }
-
+
DECLARE_WRITE8_MEMBER(write);
DECLARE_READ8_MEMBER(read);
@@ -109,10 +109,10 @@ private:
channel channels[8];
sound_stream *stream;
-
- emu_timer *m_timer;
- UINT32 m_timer_state;
- devcb2_write_line m_timer_handler;
+
+ emu_timer *m_timer;
+ UINT32 m_timer_state;
+ devcb2_write_line m_timer_handler;
bool regupdate();
void keyon(int channel);