summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ace.cpp')
-rw-r--r--src/mame/drivers/ace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ace.cpp b/src/mame/drivers/ace.cpp
index a7c855c71ef..3199f95285d 100644
--- a/src/mame/drivers/ace.cpp
+++ b/src/mame/drivers/ace.cpp
@@ -316,7 +316,7 @@ void aceal_state::machine_reset()
elem = 0;
}
-static MACHINE_CONFIG_START( ace, aceal_state )
+static MACHINE_CONFIG_START( ace )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, MASTER_CLOCK/9) /* 2 MHz ? */
@@ -358,4 +358,4 @@ ROM_START( ace )
ROM_END
-GAMEL(1976, ace, 0, ace, ace, driver_device, 0, ROT0, "Allied Leisure", "Ace", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND, layout_ace )
+GAMEL(1976, ace, 0, ace, ace, aceal_state, 0, ROT0, "Allied Leisure", "Ace", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND, layout_ace )