summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtheball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtheball.cpp')
-rw-r--r--src/mame/drivers/xtheball.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/xtheball.cpp b/src/mame/drivers/xtheball.cpp
index 22638d9ebed..4f2044f4461 100644
--- a/src/mame/drivers/xtheball.cpp
+++ b/src/mame/drivers/xtheball.cpp
@@ -337,7 +337,7 @@ INPUT_PORTS_END
*
*************************************/
-static MACHINE_CONFIG_START( xtheball, xtheball_state )
+static MACHINE_CONFIG_START( xtheball )
MCFG_CPU_ADD("maincpu", TMS34010, 40000000)
MCFG_CPU_PROGRAM_MAP(main_map)
@@ -400,4 +400,4 @@ ROM_END
*
*************************************/
-GAME( 1991, xtheball, 0, xtheball, xtheball, driver_device, 0, ROT0, "Rare", "X the Ball", MACHINE_SUPPORTS_SAVE )
+GAME( 1991, xtheball, 0, xtheball, xtheball, xtheball_state, 0, ROT0, "Rare", "X the Ball", MACHINE_SUPPORTS_SAVE )