summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-09-19 04:48:02 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-09-19 04:48:02 +0000
commitcbffdbb1d7111774a87284797bc2f753706f43ec (patch)
treebe2be50a534c5d2eed45e90907da786914dac215
parent435b49fc1d839c201c66f0c48ffd9ce6d4066744 (diff)
Couple more regressions fixed.
-rw-r--r--src/mame/drivers/naomi.c2
-rw-r--r--src/mame/includes/metalmx.h2
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;