summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shootout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shootout.cpp')
-rw-r--r--src/mame/drivers/shootout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/shootout.cpp b/src/mame/drivers/shootout.cpp
index c5dfaf0108f..ba40d2ad694 100644
--- a/src/mame/drivers/shootout.cpp
+++ b/src/mame/drivers/shootout.cpp
@@ -273,7 +273,7 @@ void shootout_state::machine_reset ()
m_ccnt_old_val = 0x40;
}
-static MACHINE_CONFIG_START( shootout, shootout_state )
+static MACHINE_CONFIG_START( shootout )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", DECO_222, XTAL_12MHz / 6) // 2 MHz?
@@ -306,7 +306,7 @@ static MACHINE_CONFIG_START( shootout, shootout_state )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( shootouj, shootout_state )
+static MACHINE_CONFIG_START( shootouj )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, XTAL_12MHz / 6) // 2 MHz? (Assuming the same XTAL as DE-0219 pcb)