From e7b296889217d3bd94433077011e8a1d48fb4e94 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Wed, 5 Oct 2011 03:13:09 +0000 Subject: [PATCH] argus.c: Both Butasan sets are for the Japan region but one is in English and the other in Japanese so list them as such. - NW --- src/mame/drivers/argus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/argus.c b/src/mame/drivers/argus.c index 817610dd516..c7bed0f40b3 100644 --- a/src/mame/drivers/argus.c +++ b/src/mame/drivers/argus.c @@ -810,7 +810,7 @@ ROM_END /* ( YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME ) */ -GAME( 1986, argus, 0, argus, argus, 0, ROT270, "NMK (Jaleco license)", "Argus" , GAME_IMPERFECT_GRAPHICS ) -GAME( 1986, valtric, 0, valtric, valtric, 0, ROT270, "NMK (Jaleco license)", "Valtric" , GAME_IMPERFECT_GRAPHICS ) -GAME( 1987, butasan, 0, butasan, butasan, 0, ROT0, "NMK (Jaleco license)", "Butasan - Pig's & Bomber's", GAME_IMPERFECT_GRAPHICS ) -GAME( 1987, butasanj, butasan,butasan, butasan, 0, ROT0, "NMK (Jaleco license)", "Butasan (Japan)", GAME_IMPERFECT_GRAPHICS ) +GAME( 1986, argus, 0, argus, argus, 0, ROT270, "NMK (Jaleco license)", "Argus", GAME_IMPERFECT_GRAPHICS ) +GAME( 1986, valtric, 0, valtric, valtric, 0, ROT270, "NMK (Jaleco license)", "Valtric", GAME_IMPERFECT_GRAPHICS ) +GAME( 1987, butasan, 0, butasan, butasan, 0, ROT0, "NMK (Jaleco license)", "Butasan - Pig's & Bomber's (Japan, English)", GAME_IMPERFECT_GRAPHICS ) +GAME( 1987, butasanj, butasan,butasan, butasan, 0, ROT0, "NMK (Jaleco license)", "Butasan (Japan, Japanese)", GAME_IMPERFECT_GRAPHICS )