summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/somari.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/somari.cpp')
-rw-r--r--src/devices/bus/nes/somari.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/nes/somari.cpp b/src/devices/bus/nes/somari.cpp
index a2313b9e644..39af6273eee 100644
--- a/src/devices/bus/nes/somari.cpp
+++ b/src/devices/bus/nes/somari.cpp
@@ -40,11 +40,11 @@ const device_type NES_SOMARI = &device_creator<nes_somari_device>;
nes_somari_device::nes_somari_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : nes_txrom_device(mconfig, NES_SOMARI, "NES Cart Team Somari PCB", tag, owner, clock, "nes_somari", __FILE__),
- m_board_mode(0),
- m_mmc3_mirror_reg(0),
- m_count(0),
- m_mmc1_latch(0),
+ : nes_txrom_device(mconfig, NES_SOMARI, "NES Cart Team Somari PCB", tag, owner, clock, "nes_somari", __FILE__),
+ m_board_mode(0),
+ m_mmc3_mirror_reg(0),
+ m_count(0),
+ m_mmc1_latch(0),
m_vrc_mirror_reg(0)
{
}