New Area51 clone added

Out of whatsnew: This is the elusive "Q" version.  It's build date is Oct 17, 1996 which is 11 months newer then the rev C and 1 year newer then rev A.  I made rev C use the old Atari disk image and the new Q becomes the Time Warner version is more likely the actual mains for the Time Warner image.

New Clone Added
--------------------------------------
Area 51 (Time Warner license) [Brian Troha, The Dumping Union]
This commit is contained in:
briantro 2015-04-24 17:08:09 -05:00
parent bb311bda6f
commit d413d8db8d
2 changed files with 19 additions and 5 deletions

View File

@ -2128,9 +2128,21 @@ ROM_END
****************************************/
/* There is known to exist an Area 51 set with "136105-000x Q" labels - currently not dumped */
ROM_START( area51t ) /* 68020 based, Area51 Time Warner License Date: Oct 17, 1996 */
ROM_REGION( 0x200000, "maincpu", 0 ) /* 2MB for 68020 code */
ROM_LOAD32_BYTE( "136105-0003-q_h.3h", 0x00000, 0x80000, CRC(0681f398) SHA1(9e96db5a4ff90800685a5b95f8d758d211d3b982) )
ROM_LOAD32_BYTE( "136105-0002-q_p.3p", 0x00001, 0x80000, CRC(f76cfc68) SHA1(01a781b42b61279e09e0cb1d924e2a3e0df44591) )
ROM_LOAD32_BYTE( "136105-0001-q_m.3m", 0x00002, 0x80000, CRC(f422b4a8) SHA1(f95ef428be18adafae65e35f412eb03dcdaf7ed4) )
ROM_LOAD32_BYTE( "136105-0000-q_k.3k", 0x00003, 0x80000, CRC(1fb2f2b5) SHA1(cbed65463dd93eaf945750a9dc3a123d1c6bda42) )
ROM_START( area51t ) /* 68020 based, Area51 Time Warner License Date: Nov 15, 1995 */
ROM_REGION16_BE( 0x1000, "waverom", 0 )
ROM_LOAD16_WORD("jagwave.rom", 0x0000, 0x1000, CRC(7a25ee5b) SHA1(58117e11fd6478c521fbd3fdbe157f39567552f0) )
DISK_REGION( "ide:0:hdd:image" )
DISK_IMAGE( "area51t", 0, SHA1(d2865cc7b1bb08a4393a72013a90e18d8a8f9860) )
ROM_END
ROM_START( area51a ) /* 68020 based, Area51 Time Warner License Date: Nov 15, 1995 */
ROM_REGION( 0x200000, "maincpu", 0 ) /* 2MB for 68020 code */
ROM_LOAD32_BYTE( "136105-0003c.3h", 0x00000, 0x80000, CRC(e70a97c4) SHA1(39dabf6bf3dc6f717a587f362d040bfb332be9e1) ) /* Usually found with "green" labels */
ROM_LOAD32_BYTE( "136105-0002c.3p", 0x00001, 0x80000, CRC(e9c9f4bd) SHA1(7c6c50372d45dca8929767241b092339f3bab4d2) )
@ -2141,10 +2153,10 @@ ROM_START( area51t ) /* 68020 based, Area51 Time Warner License Date: Nov 15, 1
ROM_LOAD16_WORD("jagwave.rom", 0x0000, 0x1000, CRC(7a25ee5b) SHA1(58117e11fd6478c521fbd3fdbe157f39567552f0) )
DISK_REGION( "ide:0:hdd:image" )
DISK_IMAGE( "area51t", 0, SHA1(d2865cc7b1bb08a4393a72013a90e18d8a8f9860) )
DISK_IMAGE( "area51", 0, SHA1(3b303bc37e206a6d7339352c869f050d04186f11) )
ROM_END
ROM_START( area51a ) /* 68020 based, Area51 Atari Games License Date: Oct 25, 1995 */
ROM_START( area51aa ) /* 68020 based, Area51 Atari Games License Date: Oct 25, 1995 */
ROM_REGION( 0x200000, "maincpu", 0 ) /* 2MB for 68020 code */
ROM_LOAD32_BYTE( "136105-0003a.3h", 0x00000, 0x80000, CRC(116d37e6) SHA1(5d36cae792dd349faa77cd2d8018722a28ee55c1) ) /* Usually found with "orange" labels */
ROM_LOAD32_BYTE( "136105-0002a.3p", 0x00001, 0x80000, CRC(eb10f539) SHA1(dadc4be5a442dd4bd17385033056555e528ed994) )
@ -2667,7 +2679,8 @@ CONS( 1995, jaguarcd, jaguar, 0, jaguarcd, jaguar, jaguar_state, jagua
GAME( 1996, area51, 0, cojagr3k, area51, jaguar_state, area51, ROT0, "Atari Games", "Area 51 (R3000)", 0 )
GAME( 1995, area51t, area51, cojag68k, area51, jaguar_state, area51a, ROT0, "Atari Games (Time Warner license)", "Area 51 (Time Warner license)", 0 )
GAME( 1995, area51a, area51, cojag68k, area51, jaguar_state, area51a, ROT0, "Atari Games", "Area 51 (Atari Games license)", 0 )
GAME( 1995, area51a, area51, cojag68k, area51, jaguar_state, area51a, ROT0, "Atari Games", "Area 51 (rev C, Atari Games license)", 0 )
GAME( 1995, area51aa, area51, cojag68k, area51, jaguar_state, area51a, ROT0, "Atari Games", "Area 51 (rev A, Atari Games license)", 0 )
GAME( 1995, fishfren, 0, cojagr3k_rom, fishfren, jaguar_state, fishfren, ROT0, "Time Warner Interactive", "Fishin' Frenzy (prototype)", 0 )
GAME( 1996, freezeat, 0, cojagr3k_rom, freezeat, jaguar_state, freezeat, ROT0, "Atari Games", "Freeze (Atari) (prototype, English voice, 96/10/25)", 0 )
GAME( 1996, freezeatjp,freezeat, cojagr3k_rom, freezeat, jaguar_state, freezeat, ROT0, "Atari Games", "Freeze (Atari) (prototype, Japanese voice, 96/10/25)", 0 )

View File

@ -7383,6 +7383,7 @@ metalmx // 136103? (c) 1994
area51 // 136105 (c) 1995
area51t // 136105 (c) 1995
area51a // 136105 (c) 1995
area51aa // 136105 (c) 1995
fishfren // (proto) (c) 1995
freezeat // (proto) (c) 1996
freezeatjp // (proto) (c) 1996