summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wico.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wico.cpp')
-rw-r--r--src/mame/drivers/wico.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wico.cpp b/src/mame/drivers/wico.cpp
index dfb546fe6ba..ad15cdbf6bf 100644
--- a/src/mame/drivers/wico.cpp
+++ b/src/mame/drivers/wico.cpp
@@ -427,7 +427,7 @@ void wico_state::machine_reset()
}
-static MACHINE_CONFIG_START( wico, wico_state )
+static MACHINE_CONFIG_START( wico )
/* basic machine hardware */
MCFG_CPU_ADD("ccpu", M6809, 10000000 / 8)
MCFG_CPU_PROGRAM_MAP(ccpu_map)
@@ -463,4 +463,4 @@ ROM_END
/ Big Top (1977)
/-------------------------------------------------------------------*/
-GAME(1984, aftor, 0, wico, wico, driver_device, 0, ROT0, "Wico", "Af-Tor", MACHINE_MECHANICAL | MACHINE_NOT_WORKING)
+GAME(1984, aftor, 0, wico, wico, wico_state, 0, ROT0, "Wico", "Af-Tor", MACHINE_MECHANICAL | MACHINE_NOT_WORKING)