summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superqix.c
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-05-30 23:08:58 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-05-30 23:08:58 +0000
commit652e632ac611dfef5e8fe75d782770fa8bafcfd8 (patch)
treeb8b6743343c5b917b3de690d12d6d1f74e36d893 /src/mame/drivers/superqix.c
parentc1d5d1f5ae5d82c815fe2966bd4f147e365822b9 (diff)
Fix coin issue sqixr1 (ShimaPong)
Diffstat (limited to 'src/mame/drivers/superqix.c')
-rw-r--r--src/mame/drivers/superqix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c
index 13b57ff5d32..20eede117f5 100644
--- a/src/mame/drivers/superqix.c
+++ b/src/mame/drivers/superqix.c
@@ -1436,7 +1436,7 @@ static DRIVER_INIT( perestro )
GAME( 1986, pbillian, 0, pbillian, pbillian, pbillian, ROT0, "Taito", "Prebillian", GAME_SUPPORTS_SAVE )
GAME( 1987, hotsmash, 0, hotsmash, hotsmash, hotsmash, ROT90, "Taito", "Vs. Hot Smash", GAME_SUPPORTS_SAVE )
GAME( 1987, sqix, 0, sqix, superqix, sqix, ROT90, "Taito", "Super Qix (World, Rev 2)", GAME_SUPPORTS_SAVE )
-GAME( 1987, sqixr1, sqix, sqix, superqix, sqixa, ROT90, "Taito", "Super Qix (World, Rev 1)", GAME_SUPPORTS_SAVE )
+GAME( 1987, sqixr1, sqix, sqix, superqix, sqix, ROT90, "Taito", "Super Qix (World, Rev 1)", GAME_SUPPORTS_SAVE )
GAME( 1987, sqixu, sqix, sqixu, superqix, 0, ROT90, "Taito (Romstar License)", "Super Qix (US)", GAME_SUPPORTS_SAVE )
GAME( 1987, sqixb1, sqix, sqix, superqix, sqixa, ROT90, "bootleg", "Super Qix (bootleg set 1)", GAME_SUPPORTS_SAVE )
GAME( 1987, sqixb2, sqix, sqixbl, superqix, 0, ROT90, "bootleg", "Super Qix (bootleg set 2)", GAME_SUPPORTS_SAVE )