mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
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:
parent
aa32dab8d1
commit
9d20f1ad00
@ -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 )
|
||||
|
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user