summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/su2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/su2000.cpp')
-rw-r--r--src/mame/drivers/su2000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/su2000.cpp b/src/mame/drivers/su2000.cpp
index 05626c7714d..51501fe3dc7 100644
--- a/src/mame/drivers/su2000.cpp
+++ b/src/mame/drivers/su2000.cpp
@@ -119,7 +119,7 @@ static void ide_interrupt(device_t *device, int state)
*
*************************************/
-static MACHINE_CONFIG_START( su2000, su2000_state )
+static MACHINE_CONFIG_START( su2000 )
/* Basic machine hardware */
MCFG_CPU_ADD("maincpu", I486, I486_CLOCK)
MCFG_CPU_PROGRAM_MAP(pcat_map)
@@ -266,4 +266,4 @@ ROM_START( su2000 )
*
*************************************/
-GAME( 1993, su2000, 0, su2000, pc_keyboard, driver_device, 0, ROT0, "Virtuality", "SU2000", MACHINE_IS_BIOS_ROOT | MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
+GAME( 1993, su2000, 0, su2000, pc_keyboard, su2000_state, 0, ROT0, "Virtuality", "SU2000", MACHINE_IS_BIOS_ROOT | MACHINE_NOT_WORKING | MACHINE_NO_SOUND )