summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_o.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_o.cpp')
-rw-r--r--src/mame/drivers/taito_o.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_o.cpp b/src/mame/drivers/taito_o.cpp
index 539bfa9d0a2..f0b95b59c3f 100644
--- a/src/mame/drivers/taito_o.cpp
+++ b/src/mame/drivers/taito_o.cpp
@@ -232,7 +232,7 @@ void taitoo_state::machine_start()
{
}
-static MACHINE_CONFIG_START( parentj )
+MACHINE_CONFIG_START(taitoo_state::parentj)
MCFG_CPU_ADD("maincpu", M68000,12000000 ) /*?? MHz */
MCFG_CPU_PROGRAM_MAP(parentj_map)