summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/castle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/castle.cpp')
-rw-r--r--src/mame/drivers/castle.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/castle.cpp b/src/mame/drivers/castle.cpp
index 056273db2b1..0ec73496165 100644
--- a/src/mame/drivers/castle.cpp
+++ b/src/mame/drivers/castle.cpp
@@ -76,7 +76,7 @@ static INPUT_PORTS_START( castrev )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( castle_V1rvE, castle_state )
+static MACHINE_CONFIG_START( castle_V1rvE )
MCFG_CPU_ADD("maincpu", HD6303Y, 1000000)
MCFG_CPU_PROGRAM_MAP(V1rvE_mastermap)
@@ -91,7 +91,7 @@ static ADDRESS_MAP_START( V2rvA_map, AS_PROGRAM, 8, castle_state )
ADDRESS_MAP_END
-static MACHINE_CONFIG_START( castle_V2rvA, castle_state )
+static MACHINE_CONFIG_START( castle_V2rvA )
MCFG_CPU_ADD("maincpu", HD6303Y, 1000000)
MCFG_CPU_PROGRAM_MAP(V2rvA_map)
MACHINE_CONFIG_END
@@ -113,7 +113,7 @@ ROM_END
// 4.00 JACKPOT. VERSION 1 (for revision E CPU) Written by and copyright of David John Powell - 25th February 1987
-GAME( 1987, castrev, 0, castle_V1rvE, castrev, driver_device, 0, ROT0, "Castle","Revolution (Castle) (MACH2000 V1rvE)",MACHINE_IS_SKELETON_MECHANICAL )
+GAME( 1987, castrev, 0, castle_V1rvE, castrev, castle_state, 0, ROT0, "Castle","Revolution (Castle) (MACH2000 V1rvE)", MACHINE_IS_SKELETON_MECHANICAL )
// I'm *guessing* this is on MACH2000 V2rvA hardware, it contains strings saying 'MACH 2000 test' and is designed for a single CPU.
-GAME( 198?, castfpt, 0, castle_V2rvA, castrev, driver_device, 0, ROT0, "Castle","Fortune Pot (Castle) (MACH2000 V2rvA)",MACHINE_IS_SKELETON_MECHANICAL )
+GAME( 198?, castfpt, 0, castle_V2rvA, castrev, castle_state, 0, ROT0, "Castle","Fortune Pot (Castle) (MACH2000 V2rvA)", MACHINE_IS_SKELETON_MECHANICAL )