From 9d20f1ad00b0be67496033ee4718f663e8dd13af Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Mon, 11 May 2009 21:03:28 +0000 Subject: [PATCH] Changes Hatris (World) to Hatris (US) as it's the US set... now that I can actually see it run ;-) --- src/mame/drivers/pipedrm.c | 2 +- src/mame/mamedriv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/pipedrm.c b/src/mame/drivers/pipedrm.c index 129a5e62f46..0cfb1153206 100644 --- a/src/mame/drivers/pipedrm.c +++ b/src/mame/drivers/pipedrm.c @@ -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 ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 1d2a3febe1c..afe93f18464 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -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) */