Previous 199869 Revisions Next

r18175 Thursday 27th September, 2012 at 14:17:41 UTC by Angelo Salese
Swapped Task Force Harrier sets, there's no copyright notice in both and by MAME rules the original UPL version should be parent, nw
[src/mame]mame.lst
[src/mame/drivers]nmk16.c

trunk/src/mame/mame.lst
r18174r18175
73637363
73647364// UPL/NMK/Banpresto games
73657365urashima      // UPL-89052
7366tharrier      // UPL-89053 (c) 1989 UPL + American Sammy license
7367tharrierj      // UPL-89053 (c) 1989 UPL (Japan)
7366tharrier      // UPL-89053 (c) 1989 UPL
7367tharrieru      // UPL-89053 (c) 1989 UPL + American Sammy license
73687368mustang         // UPL-90058 (c) 1990 UPL
73697369mustangs      // UPL-90058 (c) 1990 UPL + Seoul Trading
73707370bioship         // UPL-90062 (c) 1990 UPL + American Sammy license
trunk/src/mame/drivers/nmk16.c
r18174r18175
51245124
51255125ROM_START( tharrier )
51265126   ROM_REGION( 0x40000, "maincpu", 0 )
5127   ROM_LOAD16_BYTE( "2" ,   0x00000, 0x20000, CRC(78923aaa) SHA1(28338f49581180604403e1bd200f524fc4cb8b9f) )
5128   ROM_LOAD16_BYTE( "3" ,   0x00001, 0x20000, CRC(99cea259) SHA1(75abfb08b2358dd13809ade5a2dfffeb8b8df82c) )
5127   ROM_LOAD16_BYTE( "2.bin" ,   0x00000, 0x20000, CRC(f3887a44) SHA1(4e5b660d33ba1d1e00263030efa67e2db376a234) )
5128   ROM_LOAD16_BYTE( "3.bin" ,   0x00001, 0x20000, CRC(65c247f6) SHA1(9f35f2b6f54814b4c4d23e2d78db8043e678fef2) )
51295129
51305130   ROM_REGION( 0x010000, "audiocpu", 0 )
51315131   ROM_LOAD( "12" ,   0x00000, 0x10000, CRC(b959f837) SHA1(073b14935e7d5b0cad19a3471fd26e9e3a363827) )
51325132
51335133   ROM_REGION( 0x020000, "gfx1", 0 )
5134   ROM_LOAD( "1" ,        0x000000, 0x10000, CRC(c7402e4a) SHA1(25cade2f8d4784887f0f51beb48b1e6b695629c2) )
5134   ROM_LOAD( "1.bin" ,        0x000000, 0x10000, CRC(005c26c3) SHA1(ee88d8f956b9b0a8ba5fb49c5c05f6ed6f01729c) )
51355135
51365136   ROM_REGION( 0x080000, "gfx2", 0 )
51375137   ROM_LOAD( "89050-4" ,  0x000000, 0x80000, CRC(64d7d687) SHA1(dcfeac71fd577439e31cc1186b720388fbdc6ca0) )
r18174r18175
51575157   ROM_LOAD( "26.bpr",  0x00120, 0x020, CRC(0cbfb33e) SHA1(5dfee031a0a14bcd667fe2af2fa9cdfac3941d22) )
51585158ROM_END
51595159
5160ROM_START( tharrierj )
5160ROM_START( tharrieru )
51615161   ROM_REGION( 0x40000, "maincpu", 0 )
5162   ROM_LOAD16_BYTE( "2.bin" ,   0x00000, 0x20000, CRC(f3887a44) SHA1(4e5b660d33ba1d1e00263030efa67e2db376a234) )
5163   ROM_LOAD16_BYTE( "3.bin" ,   0x00001, 0x20000, CRC(65c247f6) SHA1(9f35f2b6f54814b4c4d23e2d78db8043e678fef2) )
5162   ROM_LOAD16_BYTE( "2" ,   0x00000, 0x20000, CRC(78923aaa) SHA1(28338f49581180604403e1bd200f524fc4cb8b9f) )
5163   ROM_LOAD16_BYTE( "3" ,   0x00001, 0x20000, CRC(99cea259) SHA1(75abfb08b2358dd13809ade5a2dfffeb8b8df82c) )
51645164
51655165   ROM_REGION( 0x010000, "audiocpu", 0 )
51665166   ROM_LOAD( "12" ,   0x00000, 0x10000, CRC(b959f837) SHA1(073b14935e7d5b0cad19a3471fd26e9e3a363827) )
51675167
51685168   ROM_REGION( 0x020000, "gfx1", 0 )
5169   ROM_LOAD( "1.bin" ,        0x000000, 0x10000, CRC(005c26c3) SHA1(ee88d8f956b9b0a8ba5fb49c5c05f6ed6f01729c) )
5169   ROM_LOAD( "1" ,        0x000000, 0x10000, CRC(c7402e4a) SHA1(25cade2f8d4784887f0f51beb48b1e6b695629c2) )
51705170
51715171   ROM_REGION( 0x080000, "gfx2", 0 )
51725172   ROM_LOAD( "89050-4" ,  0x000000, 0x80000, CRC(64d7d687) SHA1(dcfeac71fd577439e31cc1186b720388fbdc6ca0) )
r18174r18175
71417141***************************************************************************/
71427142
71437143
7144GAME( 1989, tharrier, 0,        tharrier, tharrier, driver_device, 0,        ROT270, "UPL (American Sammy license)", "Task Force Harrier", GAME_IMPERFECT_GRAPHICS )
7145GAME( 1989, tharrierj,tharrier, tharrier, tharrier, driver_device, 0,        ROT270, "UPL",                          "Task Force Harrier (Japan)", GAME_IMPERFECT_GRAPHICS )
7144GAME( 1989, tharrier,  0,       tharrier, tharrier, driver_device, 0,        ROT270, "UPL",                          "Task Force Harrier", GAME_IMPERFECT_GRAPHICS )
7145GAME( 1989, tharrieru, tharrier,tharrier, tharrier, driver_device, 0,        ROT270, "UPL (American Sammy license)", "Task Force Harrier (US?)", GAME_IMPERFECT_GRAPHICS )
71467146
71477147GAME( 1990, mustang,  0,        mustang,  mustang, driver_device,  0,        ROT0,   "UPL",                          "US AAF Mustang (25th May. 1990)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )
71487148GAME( 1990, mustangs, mustang,  mustang,  mustang, driver_device,  0,        ROT0,   "UPL (Seoul Trading license)",  "US AAF Mustang (25th May. 1990 / Seoul Trading)", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team