summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exidy440.cpp')
-rw-r--r--src/mame/drivers/exidy440.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exidy440.cpp b/src/mame/drivers/exidy440.cpp
index 9132234065f..91867e06098 100644
--- a/src/mame/drivers/exidy440.cpp
+++ b/src/mame/drivers/exidy440.cpp
@@ -992,7 +992,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( exidy440 )
+MACHINE_CONFIG_START(exidy440_state::exidy440)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", MC6809E, MAIN_CPU_CLOCK)
@@ -1009,7 +1009,7 @@ static MACHINE_CONFIG_START( exidy440 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( topsecex, exidy440 )
+MACHINE_CONFIG_DERIVED(exidy440_state::topsecex, exidy440)
/* basic machine hardware */