diff options
Diffstat (limited to 'src/devices/bus/snes/event.cpp')
| -rw-r--r-- | src/devices/bus/snes/event.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/bus/snes/event.cpp b/src/devices/bus/snes/event.cpp index ea1308e6a32..ef39d9fbce6 100644 --- a/src/devices/bus/snes/event.cpp +++ b/src/devices/bus/snes/event.cpp @@ -22,14 +22,14 @@ const device_type SNS_PFEST94 = &device_creator<sns_pfest94_device>; sns_pfest94_device::sns_pfest94_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, SNS_PFEST94, "SNES Powerfest '94", tag, owner, clock, "sns_pfest94", __FILE__), - device_sns_cart_interface(mconfig, *this), - m_upd7725(*this, "dsp"), - m_dsw(*this, "DIPSW"), - m_base_bank(0), - m_mask(0), - m_status(0), - m_count(0), - pfest94_timer(nullptr) + device_sns_cart_interface(mconfig, *this), + m_upd7725(*this, "dsp"), + m_dsw(*this, "DIPSW"), + m_base_bank(0), + m_mask(0), + m_status(0), + m_count(0), + pfest94_timer(nullptr) { } |
