Fix stupid bug in GAME define for Hexa. No whatsnew.

This commit is contained in:
Scott Stone 2010-02-17 22:41:24 +00:00
parent 784e015f66
commit a3da167012

View File

@ -1594,4 +1594,4 @@ GAME( 1986, arkatayt, arkanoid, bootleg, arkatayt, 0, ROT90, "bootleg"
GAME( 1986, arktayt2, arkanoid, bootleg, arktayt2, 0, ROT90, "bootleg", "Arkanoid (Tayto bootleg, harder)", GAME_SUPPORTS_SAVE )
GAME( 1987, arkatour, arkanoid, arkanoid, arkanoid, 0, ROT90, "Taito America Corporation (Romstar license)", "Tournament Arkanoid (US)", GAME_SUPPORTS_SAVE )
GAME( 19??, tetrsark, 0, bootleg, tetrsark, tetrsark, ROT0, "D.R. Korea", "Tetris (D.R. Korea)", GAME_SUPPORTS_SAVE )
GAME( 199?, hexa, 0, hexa, hexa, hexa, ROT0, "D.R. Korea", "Hexa", GAME_IMPERFECT_AUDIO, GAME_SUPPORTS_SAVE )
GAME( 199?, hexa, 0, hexa, hexa, hexa, ROT0, "D.R. Korea", "Hexa", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )