diff options
| -rw-r--r-- | src/mame/drivers/naomi.c | 2 | ||||
| -rw-r--r-- | src/mame/includes/metalmx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c index 12a3c6648f4..db85e6842ef 100644 --- a/src/mame/drivers/naomi.c +++ b/src/mame/drivers/naomi.c @@ -6705,7 +6705,7 @@ ROM_START( salmankt ) ROM_END /* Atomiswave */ -GAME( 2001, awbios, 0, aw, aw, 0, ROT0, "Sammy", "Atomiswave Bios", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING|GAME_IS_BIOS_ROOT ) +GAME( 2001, awbios, 0, aw, aw, atomiswave, ROT0, "Sammy", "Atomiswave Bios", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING|GAME_IS_BIOS_ROOT ) GAME( 2002, maxspeed, awbios, aw, aw, maxspeed, ROT0, "Sammy", "Maximum Speed", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING ) GAME( 2002, sprtshot, awbios, aw, aw, sprtshot, ROT0, "Sammy USA", "Sports Shooting USA", GAME_IMPERFECT_GRAPHICS|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING ) diff --git a/src/mame/includes/metalmx.h b/src/mame/includes/metalmx.h index 0136b0bc6dc..1cf8b498998 100644 --- a/src/mame/includes/metalmx.h +++ b/src/mame/includes/metalmx.h @@ -12,7 +12,7 @@ public: dsp32c_2(*this, "dsp32c_2") { } required_device<m68ec020_device> maincpu; - required_device<tms34010_device> gsp; + required_device<tms34020_device> gsp; required_device<adsp2105_device> adsp; required_device<dsp32c_device> dsp32c_1; required_device<dsp32c_device> dsp32c_2; |
