diff options
Diffstat (limited to 'src/devices/sound/k054539.h')
| -rw-r--r-- | src/devices/sound/k054539.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h index 9e3ba6aa5f1..18ff8c7a633 100644 --- a/src/devices/sound/k054539.h +++ b/src/devices/sound/k054539.h @@ -98,9 +98,9 @@ private: channel channels[8]; sound_stream *stream; - emu_timer *m_timer; - uint32_t m_timer_state; - devcb_write_line m_timer_handler; + emu_timer *m_timer; + uint32_t m_timer_state; + devcb_write_line m_timer_handler; apan_delegate m_apan_cb; bool regupdate(); |
