summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/multitap.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
commit0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch)
tree24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/devices/bus/psx/multitap.cpp
parentd1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff)
Cleanups and version bumpmame0168
Diffstat (limited to 'src/devices/bus/psx/multitap.cpp')
-rw-r--r--src/devices/bus/psx/multitap.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/psx/multitap.cpp b/src/devices/bus/psx/multitap.cpp
index 74c944b6b0a..8444e02c2fe 100644
--- a/src/devices/bus/psx/multitap.cpp
+++ b/src/devices/bus/psx/multitap.cpp
@@ -8,10 +8,10 @@ const device_type PSX_MULTITAP = &device_creator<psx_multitap_device>;
psx_multitap_device::psx_multitap_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) :
device_t(mconfig, PSX_MULTITAP, "Playstation Multitap", tag, owner, clock, "psx_multitap", __FILE__),
- device_psx_controller_interface(mconfig, *this),
- m_activeport(0),
+ device_psx_controller_interface(mconfig, *this),
+ m_activeport(0),
m_singlemode(false),
- m_nextmode(false),
+ m_nextmode(false),
m_tapmc(false),
m_porta(*this, "a"),
m_portb(*this, "b"),