mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
new NOT_WORKING games
--------------------- Block Pong-Pong [Arzeno Fabrice, brizzo] WaiWai Drive [Arzeno Fabrice, brizzo]
This commit is contained in:
parent
ad88aa8323
commit
080f48d522
@ -1423,6 +1423,8 @@ Notes:
|
||||
Sega Bass Fishing Challenge Version A 315-6248 -
|
||||
Sega Clay Challenge 315-6248 -
|
||||
Animal Basket VM2001F01 -
|
||||
Block Pong-Pong VM2001F01 -
|
||||
WaiWai Drive VM2001F01 -
|
||||
|
||||
U* - Fujitsu MBM29PL12LM-10PCN 128M MirrorFlash TSOP56 flash ROM.
|
||||
(configured as 16Mbytes x8bit or 8Mwords x16bit)
|
||||
@ -1563,9 +1565,7 @@ Notes:
|
||||
|
||||
Other games not dumped
|
||||
----------------------
|
||||
Block Pong Pong
|
||||
Miracle Stadium
|
||||
Wai Wai Drive
|
||||
|
||||
Cancelled, prototypes known to exists
|
||||
----------------------
|
||||
@ -9477,7 +9477,7 @@ ROM_START( anmlbskt )
|
||||
ROM_LOAD( "vm2001f01.bin", 0, 4, CRC(d8d6c32e) SHA1(255a437bdb4bb8372167f33f0ca1668bcd74ea32) )
|
||||
ROM_END
|
||||
|
||||
// Sega 171-8355A type board
|
||||
// no case, Sega 171-8355A type board, stickers: VM20-6101-1 V20T0069
|
||||
// Build:Jan 19 2005 13:09:07
|
||||
ROM_START( anmlbskta )
|
||||
AW_BIOS
|
||||
@ -9493,6 +9493,23 @@ ROM_START( anmlbskta )
|
||||
ROM_LOAD( "vm2001f01.bin", 0, 4, CRC(d8d6c32e) SHA1(255a437bdb4bb8372167f33f0ca1668bcd74ea32) )
|
||||
ROM_END
|
||||
|
||||
// game have 2 sets of graphics switched via "LOCATION" setting: SC (Shopping Center) kids oriented, and NORMAL
|
||||
// since this version SC by default, possible it is special SC ver and there also was earlier regular game version
|
||||
// no case, Sega 171-8355A type board, stickers: VM20-6101-1 V20T0004
|
||||
ROM_START( blokpong )
|
||||
AW_BIOS
|
||||
|
||||
ROM_REGION( 0x4000000, "rom_board", ROMREGION_ERASEFF)
|
||||
ROM_LOAD( "u3", 0x0000000, 0x1000000, CRC(debaf8bd) SHA1(8f007e48828697ff7371998f04b2fdd84329fa22) )
|
||||
ROM_LOAD( "u1", 0x1000000, 0x1000000, CRC(ca097a3f) SHA1(280fc0c9c36fc988b2ab57c229bbec760d09d5eb) )
|
||||
ROM_LOAD( "u4", 0x2000000, 0x1000000, CRC(d235dd29) SHA1(bdd2318a7975fd985b4731700e290a4d0d9cde74) ) // 1st half is game data, 2nd half is garbage
|
||||
//ROM_LOAD( "u2", 0x3000000, 0x1000000, CRC(b9162d97) SHA1(7f561617fa0538da554ad6f6c4d6a20e739491dc) ) // garbage data not used by this game, match anmlbskta U2
|
||||
// U14-U17 not populated
|
||||
|
||||
ROM_REGION( 4, "rom_key", 0 )
|
||||
ROM_LOAD( "vm2001f01.bin", 0, 4, CRC(d8d6c32e) SHA1(255a437bdb4bb8372167f33f0ca1668bcd74ea32) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( dolphin )
|
||||
AW_BIOS
|
||||
|
||||
@ -9926,6 +9943,21 @@ ROM_START( basschal )
|
||||
ROM_LOAD( "315-6248.bin", 0x000000, 0x000004, CRC(553dd361) SHA1(a60a26b5ee786cf0bb3d09bb6f00374598fbd7cc) )
|
||||
ROM_END
|
||||
|
||||
// no case, Sega 171-8355A type board, stickers: VM20-6101-1 V20T0031
|
||||
ROM_START( waidrive )
|
||||
AW_BIOS
|
||||
|
||||
ROM_REGION( 0x4000000, "rom_board", ROMREGION_ERASEFF)
|
||||
ROM_LOAD( "u3", 0x0000000, 0x1000000, CRC(7acfb499) SHA1(002a0a84dd7f55e1630e1ec2530d0760b0c12b4e) )
|
||||
ROM_LOAD( "u1", 0x1000000, 0x1000000, CRC(b3c1c3bb) SHA1(bda9b1e214a733cb1716ab130ecd986709ac136e) )
|
||||
//ROM_LOAD( "u4", 0x2000000, 0x1000000, CRC(646e9773) SHA1(dd081a9a42edca956f96124545772d4687ca2113) ) // garbage data not used by this game, match anmlbskta U4
|
||||
//ROM_LOAD( "u2", 0x3000000, 0x1000000, CRC(b9162d97) SHA1(7f561617fa0538da554ad6f6c4d6a20e739491dc) ) // garbage data not used by this game, match anmlbskta U2
|
||||
// U14-U17 not populated
|
||||
|
||||
ROM_REGION( 4, "rom_key", 0 )
|
||||
ROM_LOAD( "vm2001f01.bin", 0, 4, CRC(d8d6c32e) SHA1(255a437bdb4bb8372167f33f0ca1668bcd74ea32) )
|
||||
ROM_END
|
||||
|
||||
// Prototype ROM board
|
||||
// Build:May 23 2003 14:40:15
|
||||
ROM_START( sushibar )
|
||||
@ -10277,7 +10309,7 @@ ROM_END
|
||||
/* 0034 */ GAME( 2006, kurucham,naomigd, naomigd, naomi, naomi_state, naomigd, ROT0, "Able", "Kurukuru Chameleon (Japan) (GDL-0034)", GAME_FLAGS )
|
||||
/* 0035 */ GAME( 2005, undefeat,naomigd, naomigd, naomi, naomi_state, naomigd, ROT270, "G.Rev", "Under Defeat (Japan) (GDL-0035)", GAME_FLAGS )
|
||||
// 0036 Trigger Heart Exelica (GDL-0036) known to exists
|
||||
/* 0036A */ GAME( 2006, trgheart,naomigd, naomigd, naomi, naomi_state, naomigd, ROT270, "Warashi", "Trigger Heart Exelica (Japan, Rev A) (GDL-0036A)", GAME_FLAGS )
|
||||
/* 0036A */ GAME( 2006, trgheart,naomigd, naomigd, naomi, naomi_state, naomigd, ROT270, "Warashi", "Trigger Heart Exelica Ver.A (Japan) (GDL-0036A)", GAME_FLAGS )
|
||||
/* 0037 */ GAME( 2006, jingystm,naomigd, naomigd, naomi, naomi_state, naomigd, ROT0, "Atrativa Japan", "Jingi Storm - The Arcade (Japan) (GDL-0037)", GAME_FLAGS )
|
||||
/* 0038 */ GAME( 2006, senkosp, naomigd, naomigd, naomi, naomi_state, naomigd, ROT0, "G.Rev", "Senko No Ronde Special (Export, Japan) (GDL-0038)", GAME_FLAGS )
|
||||
/* 0039 */ GAME( 2006, meltybo, meltyb, naomigd, naomi, naomi_state, naomigd, ROT0, "Ecole Software", "Melty Blood Act Cadenza Version B (Japan) (GDL-0039)", GAME_FLAGS )
|
||||
@ -10329,9 +10361,11 @@ GAME( 2004, kofnw, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT0,
|
||||
GAME( 2004, kofnwj, kofnw, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Sammy / SNK Playmore", "The King of Fighters Neowave (Japan)", GAME_FLAGS ) // Jul 09 2004 15:05:53
|
||||
GAME( 2004, ftspeed, awbios, aw1c, aw1w, atomiswave_state, atomiswave, ROT0, "Sammy", "Faster Than Speed", GAME_FLAGS ) // Aug 24 2004 18:40:24
|
||||
GAME( 2004, xtrmhunt, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Sammy", "Extreme Hunting", GAME_FLAGS ) // Nov 23 2004 10:14:14
|
||||
GAME( 2004, blokpong, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT270, "MOSS / Sammy", "Block Pong-Pong", GAME_FLAGS ) // Dec 22 2004 12:32:52
|
||||
GAME( 2005, rumblf2p, rumblef2, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Sammy / Dimps", "The Rumble Fish 2 (prototype)", GAME_FLAGS ) // Jan 11 2005 14:31:05
|
||||
GAME( 2005, anmlbskta, anmlbskt, aw2c, aw2c, atomiswave_state, atomiswave, ROT270, "MOSS / Sammy", "Animal Basket (19 Jan 2005)", GAME_FLAGS ) // Jan 19 2005 13:09:07
|
||||
GAME( 2005, anmlbskt, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT270, "MOSS / Sammy", "Animal Basket (24 Jan 2005)", GAME_FLAGS ) // Jan 24 2005 14:12:29
|
||||
GAME( 2005, waidrive, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT270, "MOSS / Sammy", "WaiWai Drive", GAME_FLAGS ) // Jan 27 2005 16:21:21
|
||||
GAME( 2005, vfurlong, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Progress / Sammy", "Net Select Horse Racing: Victory Furlong", GAME_FLAGS ) // Mar 02 2005 22:10:33
|
||||
GAME( 2005, rumblef2, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Sammy / Dimps", "The Rumble Fish 2", GAME_FLAGS ) // Mar 04 2005 19:26:32
|
||||
GAME( 2005, ngbc, awbios, aw2c, aw2c, atomiswave_state, atomiswave, ROT0, "Sammy / SNK Playmore", "NeoGeo Battle Coliseum", GAME_FLAGS ) // Jun 25 2005 17:00:38
|
||||
|
@ -28621,6 +28621,7 @@ awbios // 2002.?? Atomiswave BIOS
|
||||
azumanga // 2002.12 Azumanga Daiou Puzzle Bobble
|
||||
basschal // 2009.07 Sega Bass Challenge Version A
|
||||
basschalo // 2009.02 Sega Bass Challenge
|
||||
blokpong // 2004.12 Block Pong-Pong
|
||||
bdrdown // 2003.09 Border Down (Rev A)
|
||||
beachspi // 2001.07 Beach Spikers
|
||||
capsnk // 2000.09 Capcom vs. SNK Millennium Fight 2000 (Rev C)
|
||||
@ -28864,6 +28865,7 @@ vtenis2c // 2001.10 Virtua Tennis 2 / Power Smash 2 (Rev
|
||||
vtennis // 1999.12 Virtua Tennis / Power Smash (cartridge)
|
||||
vtennis2 // 2001.08.27 Virtua Tennis 2 / Power Smash 2 (GD-ROM)
|
||||
vtennisg // 1999.?? Virtua Tennis / Power Smash (GD-ROM)
|
||||
waidrive // 2005.01 WaiWai Drive
|
||||
wccf116 // 2003.?? World Club Champion Football Serie A 2001-2002 Ver. 2
|
||||
wccf1dup // 2002.?? World Club Champion Football Serie A 2001-2002 DIMM FIRM Ver.3.03
|
||||
wccf212e // 2004.12 World Club Champion Football Serie A 2002-2003 Ver.2.12
|
||||
|
Loading…
Reference in New Issue
Block a user