diff options
Diffstat (limited to 'src/mame/drivers/magmax.cpp')
-rw-r--r-- | src/mame/drivers/magmax.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/magmax.cpp b/src/mame/drivers/magmax.cpp index fb26b84c386..56952be50bb 100644 --- a/src/mame/drivers/magmax.cpp +++ b/src/mame/drivers/magmax.cpp @@ -334,7 +334,7 @@ static GFXDECODE_START( magmax ) GFXDECODE_END -static MACHINE_CONFIG_START( magmax, magmax_state ) +static MACHINE_CONFIG_START( magmax ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", M68000, XTAL_16MHz/2) /* verified on pcb */ @@ -426,4 +426,4 @@ ROM_START( magmax ) ROM_END -GAME( 1985, magmax, 0, magmax, magmax, driver_device, 0, ROT0, "Nichibutsu", "Mag Max", MACHINE_SUPPORTS_SAVE ) +GAME( 1985, magmax, 0, magmax, magmax, magmax_state, 0, ROT0, "Nichibutsu", "Mag Max", MACHINE_SUPPORTS_SAVE ) |