diff options
| author | 2010-12-22 17:42:30 +0000 | |
|---|---|---|
| committer | 2010-12-22 17:42:30 +0000 | |
| commit | b04031ff490fbf555a99d4d690f3a8245802f850 (patch) | |
| tree | 926d8f0b509fccd6a09882b38333e1efe5630c0f /src | |
| parent | eb51987ac0e7835c283ae862f0ae4d6f4963f5ee (diff) | |
fix mt bug 4150
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/balsente.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/balsente.c b/src/mame/drivers/balsente.c index 55bec0d5d03..4946f8009ae 100644 --- a/src/mame/drivers/balsente.c +++ b/src/mame/drivers/balsente.c @@ -2227,8 +2227,8 @@ GAME( 1986, sfootbal, 0, balsente, sfootbal, sfootbal, ROT0, "Bally/Sente GAME( 1986, spiker, 0, balsente, spiker, spiker, ROT0, "Bally/Sente", "Spiker", GAME_SUPPORTS_SAVE ) /* Board: Unknown */ +GAME( 1986, shrike, 0, shrike, shrike, shrike, ROT0, "Bally/Sente", "Shrike Avenger (prototype)", GAME_SUPPORTS_SAVE ) GAME( 1986, stompin, 0, balsente, stompin, stompin, ROT0, "Bally/Sente", "Stompin'", GAME_SUPPORTS_SAVE ) GAME( 1987, rescraid, 0, balsente, rescraid, rescraid, ROT0, "Bally Midway", "Rescue Raider", GAME_SUPPORTS_SAVE ) GAME( 1987, rescraida,rescraid, balsente, rescraid, rescraid, ROT0, "Bally Midway", "Rescue Raider (stand-alone)", GAME_SUPPORTS_SAVE ) GAME( 198?, grudge, 0, balsente, grudge, grudge, ROT0, "Bally Midway", "Grudge Match (prototype)", GAME_SUPPORTS_SAVE ) -GAME( 198?, shrike, 0, shrike, shrike, shrike, ROT0, "Bally/Sente", "Shrike Avenger (prototype)", GAME_SUPPORTS_SAVE ) |
