summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hexion.cpp')
-rw-r--r--src/mame/drivers/hexion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hexion.cpp b/src/mame/drivers/hexion.cpp
index 70e00475a22..38ae4ee0eca 100644
--- a/src/mame/drivers/hexion.cpp
+++ b/src/mame/drivers/hexion.cpp
@@ -254,7 +254,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(hexion_state::scanline)
}
-static MACHINE_CONFIG_START( hexion )
+MACHINE_CONFIG_START(hexion_state::hexion)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_24MHz/4) /* Z80B 6 MHz @ 17F, xtal verified, divider not verified */
@@ -289,7 +289,7 @@ static MACHINE_CONFIG_START( hexion )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hexionb, hexion )
+MACHINE_CONFIG_DERIVED(hexion_state::hexionb, hexion)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(hexionb_map)