Changes Hatris (World) to Hatris (US) as it's the US set... now that I can actually see it run ;-)

This commit is contained in:
Brian Troha 2009-05-11 21:03:28 +00:00
parent aa32dab8d1
commit 9d20f1ad00
2 changed files with 2 additions and 2 deletions

View File

@ -813,5 +813,5 @@ static DRIVER_INIT( hatris )
GAME( 1990, pipedrm, 0, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (World)", GAME_SUPPORTS_SAVE )
GAME( 1990, pipedrmu, pipedrm, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (US)", GAME_SUPPORTS_SAVE )
GAME( 1990, pipedrmj, pipedrm, pipedrm, pipedrm, pipedrm, ROT0, "Video System Co.", "Pipe Dream (Japan)", GAME_SUPPORTS_SAVE )
GAME( 1990, hatris, 0, hatris, hatris, hatris, ROT0, "Video System Co.", "Hatris (World)", GAME_SUPPORTS_SAVE )
GAME( 1990, hatris, 0, hatris, hatris, hatris, ROT0, "Video System Co.", "Hatris (US)", GAME_SUPPORTS_SAVE )
GAME( 1990, hatrisj, hatris, hatris, hatris, hatris, ROT0, "Video System Co.", "Hatris (Japan)", GAME_SUPPORTS_SAVE )

View File

@ -7115,7 +7115,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
DRIVER( pipedrm ) /* (c) 1990 Video System Co. (World) */
DRIVER( pipedrmu ) /* (c) 1990 Video System Co. (US) */
DRIVER( pipedrmj ) /* (c) 1990 Video System Co. (Japan) */
DRIVER( hatris ) /* (c) 1990 Video System Co. (World) */
DRIVER( hatris ) /* (c) 1990 Video System Co. (US) */
DRIVER( hatrisj ) /* (c) 1990 Video System Co. (Japan) */
DRIVER( spinlbrk ) /* (c) 1990 V-System Co. (World) */
DRIVER( spinlbru ) /* (c) 1990 V-System Co. (US) */