mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Make the initializer comma order consistent in audio/midway.cpp [Lord Nightmare]
This commit is contained in:
parent
bf80796b15
commit
25099ed33b
@ -674,8 +674,8 @@ void midway_sounds_good_device::device_timer(emu_timer &timer, device_timer_id i
|
||||
//-------------------------------------------------
|
||||
|
||||
midway_turbo_cheap_squeak_device::midway_turbo_cheap_squeak_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: device_t(mconfig, MIDWAY_TURBO_CHEAP_SQUEAK, tag, owner, clock),
|
||||
device_mixer_interface(mconfig, *this)
|
||||
: device_t(mconfig, MIDWAY_TURBO_CHEAP_SQUEAK, tag, owner, clock)
|
||||
, device_mixer_interface(mconfig, *this)
|
||||
, m_cpu(*this, "cpu")
|
||||
, m_pia(*this, "pia")
|
||||
, m_dac(*this, "dac")
|
||||
|
Loading…
Reference in New Issue
Block a user