From f56ec7d459515f844944ff1c35489d566362445a Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 18 Jun 2013 19:06:38 +0000 Subject: [PATCH] Adjusted setname from arcadia -> arcadian to resolve mess's emerson arcadia conflict. (nw) Note: For now it looks like 3 .lst files are not automagically recompiled when adjusted, only if mame.lst is refreshed with a new time will this properly compile. --- src/mame/arcade.lst | 2 +- src/mame/drivers/nmk16.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/mame/arcade.lst b/src/mame/arcade.lst index 6d1e06dbd34..8a83810d738 100644 --- a/src/mame/arcade.lst +++ b/src/mame/arcade.lst @@ -7635,7 +7635,7 @@ sabotenba // (c) 1992 NMK / Tecmo cactus // bootleg nouryoku // (c) 1995 Tecmo nouryokup // (c) 1995 Tecmo -arcadia // (c) 1994 NMK +arcadian // (c) 1994 NMK raphero // (c) 1994 Media Trading Corp // nmk16.c bootlegs using the Seibu Sound System diff --git a/src/mame/drivers/nmk16.c b/src/mame/drivers/nmk16.c index c31648fcfe5..1b35e542b2b 100644 --- a/src/mame/drivers/nmk16.c +++ b/src/mame/drivers/nmk16.c @@ -6179,7 +6179,7 @@ AWA94099-ROME */ -ROM_START( arcadia ) +ROM_START( arcadian ) ROM_REGION( 0x80000, "maincpu", 0 ) /* 68000 code */ ROM_LOAD16_WORD_SWAP( "arcadia.3", 0x00000, 0x80000, CRC(8b46d609) SHA1(793870d74c9d7d04c53d898610c682b2dc90d0af) ) @@ -7359,8 +7359,9 @@ GAME( 1993, tdragon2, 0, tdragon2, tdragon2, driver_device, 0, ROT GAME( 1993, tdragon2a,tdragon2, tdragon2, tdragon2, driver_device, 0, ROT270, "NMK", "Thunder Dragon 2 (1st Oct. 1993)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) GAME( 1993, bigbang, tdragon2, tdragon2, tdragon2, driver_device, 0, ROT270, "NMK", "Big Bang (9th Nov. 1993)", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS ) -GAME( 1994, arcadia, 0, raphero, raphero, driver_device, 0, ROT270, "NMK", "Arcadia", GAME_IMPERFECT_GRAPHICS ) // 23rd July 1993 in test mode, (c)1994 on title screen -GAME( 1994, raphero, arcadia, raphero, raphero, driver_device, 0, ROT270, "Media Trading Corporation", "Rapid Hero", GAME_IMPERFECT_GRAPHICS ) // 23rd July 1993 in test mode, (c)1994 on title screen +/* arcadia was a name conflict to the Emerson Arcadia 2001 in mess */ +GAME( 1994, arcadian, 0, raphero, raphero, driver_device, 0, ROT270, "NMK", "Arcadia", GAME_IMPERFECT_GRAPHICS ) // 23rd July 1993 in test mode, (c)1994 on title screen +GAME( 1994, raphero, arcadian, raphero, raphero, driver_device, 0, ROT270, "Media Trading Corporation", "Rapid Hero", GAME_IMPERFECT_GRAPHICS ) // 23rd July 1993 in test mode, (c)1994 on title screen /* both sets of both these games show a date of 9th Mar 1992 in the test mode, they look like different revisions so I doubt this is accurate */ GAME( 1992, sabotenb, 0, bjtwin, sabotenb, nmk16_state, nmk, ROT0, "NMK / Tecmo", "Saboten Bombers (set 1)", GAME_NO_COCKTAIL )