diff options
| author | 2009-05-11 21:03:28 +0000 | |
|---|---|---|
| committer | 2009-05-11 21:03:28 +0000 | |
| commit | 9d20f1ad00b0be67496033ee4718f663e8dd13af (patch) | |
| tree | 20a81d4110684c31d08e97849b062bdba3fc903b /src | |
| parent | aa32dab8d1833351cb7b16e7a2193b1072651eb0 (diff) | |
Changes Hatris (World) to Hatris (US) as it's the US set... now that I can actually see it run ;-)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/pipedrm.c | 2 | ||||
| -rw-r--r-- | 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) */ |
