diff options
Diffstat (limited to 'src/mame/drivers/go2000.cpp')
-rw-r--r-- | src/mame/drivers/go2000.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/go2000.cpp b/src/mame/drivers/go2000.cpp index e7bb2bf49d9..2241cd56978 100644 --- a/src/mame/drivers/go2000.cpp +++ b/src/mame/drivers/go2000.cpp @@ -333,7 +333,7 @@ void go2000_state::machine_start() } -static MACHINE_CONFIG_START( go2000, go2000_state ) +static MACHINE_CONFIG_START( go2000 ) MCFG_CPU_ADD("maincpu", M68000, 10000000) MCFG_CPU_PROGRAM_MAP(go2000_map) @@ -380,4 +380,4 @@ ROM_START( go2000 ) ROM_END -GAME( 2000, go2000, 0, go2000, go2000, driver_device, 0, ROT0, "SunA?", "Go 2000", MACHINE_SUPPORTS_SAVE ) +GAME( 2000, go2000, 0, go2000, go2000, go2000_state, 0, ROT0, "SunA?", "Go 2000", MACHINE_SUPPORTS_SAVE ) |