Previous 199869 Revisions Next

r26259 Monday 18th November, 2013 at 13:56:27 UTC by David Haywood
new clones
The First Funky Fighter (set 2) [Unigame]

note, due to the parent set having a weird graphic rom setup that doesn't match the test mode the wrong graphic roms were redumped for this clone (this board layout DOES match the test mode) so we're still having to use the bad data from the parent set.  I've asked for this to be checked properly and documented which rom actually corresponds to the bad data in the new clone.
[src/mame]mame.lst
[src/mame/drivers]ddenlovr.c

trunk/src/mame/drivers/ddenlovr.c
r26258r26259
1154911549   ROM_REGION( 0x20000, "soundcpu", 0 )    /* Z80 Code */
1155011550   ROM_LOAD( "7401.1h",      0x00000, 0x20000, CRC(0f47d785) SHA1(d57733db6dcfb4c2cdaad04b5d3f0f569a0e7461) )  // 1xxxxxxxxxxxxxxxx = 0xFF
1155111551
11552ROM_REGION( 0x500000, "blitter", ROMREGION_ERASE00 )    /* blitter data */
11553   ROM_LOAD( "7404.8b",      0x000000, 0x080000, CRC(aa4ddf32) SHA1(864890795a238ab34a85ca55a387d7e5efafccee) )            // \ 7e6f +
11554   ROM_LOAD( "7405.9b",      0x080000, 0x080000, CRC(fc125bd8) SHA1(150578f67d89be59eeeb811c159a789e5e9c993e) )            // / 35bb = b42a OK
11555   ROM_LOAD( "7406.10b",     0x100000, 0x080000, BAD_DUMP CRC(04a214b1) SHA1(af3e652377f5652377c7dedfad7c2677695eaf46) )   // \ af08 +
11556   ROM_LOAD( "7407.11b",     0x180000, 0x080000, BAD_DUMP CRC(635d4052) SHA1(7bc2f20d633c69352fc2d5634349c83055c99408) )   // / 6d64 = 1c6c ERR (should be 1c68!)
11557   ROM_LOAD( "7409.4b",      0x200000, 0x100000, CRC(064082c3) SHA1(26b0eec56b06365740b213b34e33a4b94ebc1d25) )            // \ 15bd +
11558   ROM_LOAD( "7410.3b",      0x280000, 0x100000, CRC(0ba67874) SHA1(3d984c77a843501e1075cadcc27820a35410ea3b) )            // / 2e4c = 4409 OK
11559   ROM_LOAD( "7408.13b",     0x300000, 0x100000, CRC(9efe4c60) SHA1(6462dca2af38517639bd2f182e68b7b1fc98a312) )            // 0f46 + 1825 = 276b OK
11560   ROM_LOAD( "7411.2b",      0x400000, 0x100000, CRC(1e9c73dc) SHA1(ba64de6168dc626dc89d38b3f9d8991163f5e63e) )            // f248 + 1825 OK (first half)
11552   ROM_REGION( 0x500000, "blitter", ROMREGION_ERASE00 )    /* blitter data */
11553   // the rom naming / sizes in this set are strange and don't match up with test mode properly!
11554   ROM_LOAD( "7404.8b",      0x000000, 0x080000, CRC(aa4ddf32) SHA1(864890795a238ab34a85ca55a387d7e5efafccee) )            // \ 7e6f +                              \-- tested as 7404
11555   ROM_LOAD( "7405.9b",      0x080000, 0x080000, CRC(fc125bd8) SHA1(150578f67d89be59eeeb811c159a789e5e9c993e) )            // / 35bb = b42a OK                      /
11556   ROM_LOAD( "7406.10b",     0x100000, 0x080000, BAD_DUMP CRC(04a214b1) SHA1(af3e652377f5652377c7dedfad7c2677695eaf46) )   // \ af08 +                              \-- tested as 7405
11557   ROM_LOAD( "7407.11b",     0x180000, 0x080000, BAD_DUMP CRC(635d4052) SHA1(7bc2f20d633c69352fc2d5634349c83055c99408) )   // / 6d64 = 1c6c ERR (should be 1c68!)   /
11558   ROM_LOAD( "7409.4b",      0x200000, 0x100000, CRC(064082c3) SHA1(26b0eec56b06365740b213b34e33a4b94ebc1d25) )            // \ 15bd +                              \-- tested as 7406
11559   ROM_LOAD( "7410.3b",      0x280000, 0x100000, CRC(0ba67874) SHA1(3d984c77a843501e1075cadcc27820a35410ea3b) )            // / 2e4c = 4409 OK                      /
11560   ROM_LOAD( "7408.13b",     0x300000, 0x100000, CRC(9efe4c60) SHA1(6462dca2af38517639bd2f182e68b7b1fc98a312) )            // 0f46 + 1825 = 276b OK                 --- tested as 7407
11561   ROM_LOAD( "7411.2b",      0x400000, 0x100000, CRC(1e9c73dc) SHA1(ba64de6168dc626dc89d38b3f9d8991163f5e63e) )            // f248 + 1825 OK (first half)           --- tested as 7408 (first half only)
1156111562
1156211563   ROM_REGION( 0x40000, "oki", 0 ) /* Samples */
1156311564   ROM_LOAD( "7402.1e",      0x000000, 0x040000, CRC(5038cc34) SHA1(65618b232a6592ad36f4abbaa40625c208a015fd) )
1156411565ROM_END
1156511566
11567
11568ROM_START( funkyfiga )
11569   ROM_REGION( 0x90000 + 0x1000*8, "maincpu", 0 )  /* Z80 Code + space for banked RAM */
11570   ROM_LOAD( "(__funkyfiga)7403.3c",      0x00000, 0x80000, CRC(2e68c8a0) SHA1(327e118b6494e59c4b4fee60493a8c23f76b56af) )
11571   ROM_RELOAD(               0x10000, 0x80000 )
11572
11573   ROM_REGION( 0x20000, "soundcpu", 0 )    /* Z80 Code */
11574   ROM_LOAD( "7401.1h",      0x00000, 0x20000, CRC(0f47d785) SHA1(d57733db6dcfb4c2cdaad04b5d3f0f569a0e7461) )  // 1xxxxxxxxxxxxxxxx = 0xFF
11575
11576   ROM_REGION( 0x500000, "blitter", ROMREGION_ERASE00 )    /* blitter data */
11577   // this set / board has a more sensible layout and the rom names actually match what gets tested in test mode.
11578   // unfortunately due to the weird layout in the above set the wrong roms were redumped, it should have been 7405 from this set, instead 7406/7407 were redumped and
11579   // 7404 / 7405 weren't dumped at all so I've had to create them from the bad data above as a temporary solution.
11580   ROM_LOAD( "7404.bin",      0x000000, 0x100000, CRC(5e60f3f5) SHA1(ed34fe9f93ee797e0a412a432cf444bc0553ee8c) )
11581   ROM_LOAD( "7405.bin",      0x100000, 0x100000, BAD_DUMP CRC(ae24b74d) SHA1(b22e2273b0cf320f1f2da7bf39a809eb47453933) )
11582   ROM_LOAD( "7406.bin",      0x200000, 0x100000, CRC(6a00492a) SHA1(afcfc94277c3339229ac40a7f11df79565757b2d) )
11583   ROM_LOAD( "7407.bin",      0x300000, 0x100000, CRC(9efe4c60) SHA1(6462dca2af38517639bd2f182e68b7b1fc98a312) )
11584   ROM_LOAD( "7408.bin",      0x400000, 0x080000, CRC(1a947f3b) SHA1(ad8d52de54c5a507dd759604613e1d85e13db5fd) )
11585
11586   ROM_REGION( 0x40000, "oki", 0 ) /* Samples */
11587   ROM_LOAD( "7402.1e",      0x000000, 0x040000, CRC(5038cc34) SHA1(65618b232a6592ad36f4abbaa40625c208a015fd) )
11588ROM_END
11589
1156611590/***************************************************************************
1156711591
1156811592The Mysterious World
r26258r26259
1258012604
1258112605GAME( 1992, htengoku, 0,        htengoku, htengoku, driver_device, 0,        ROT180, "Dynax",                    "Hanafuda Hana Tengoku (Japan)",                                 GAME_SUPPORTS_SAVE )
1258212606GAME( 1992, mmpanic,   0,        mmpanic,   mmpanic,  driver_device, 0,        ROT0, "Nakanihon / East Technology (Taito license)", "Monkey Mole Panic (USA)",                                         GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
12583GAME( 1993, funkyfig,  0,        funkyfig,  funkyfig, driver_device, 0,        ROT0, "Nakanihon / East Technology (Taito license)", "The First Funky Fighter",                                         GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) // scrolling, priority?
12607GAME( 1993, funkyfig,  0,        funkyfig,  funkyfig, driver_device, 0,        ROT0, "Nakanihon / East Technology (Taito license)", "The First Funky Fighter (set 1)",                                 GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) // scrolling, priority?
12608GAME( 1993, funkyfiga, funkyfig, funkyfig,  funkyfig, driver_device, 0,        ROT0, "Nakanihon / East Technology (Taito license)", "The First Funky Fighter (set 2)",                                 GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS )
1258412609GAME( 1993, quizchq,   0,        quizchq,   quizchq,  driver_device, 0,        ROT0, "Nakanihon",                                   "Quiz Channel Question (Ver 1.00) (Japan)",                        GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
1258512610GAME( 1993, quizchql,  quizchq,  quizchq,   quizchq,  driver_device, 0,        ROT0, "Nakanihon (Laxan license)",                   "Quiz Channel Question (Ver 1.23) (Taiwan?)",                      GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
1258612611GAME( 1993, animaljr,  0,        mmpanic,   animaljr, driver_device, 0,        ROT0, "Nakanihon / East Technology (Taito license)", "Exciting Animal Land Jr. (USA)",                                  GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
trunk/src/mame/mame.lst
r26258r26259
92409240quizchq         // "73" (c) 1993 Nakanihon
92419241quizchql        // "73" (c) 1993 Laxan
92429242funkyfig        // "74" (c) 1993 Nakanihon + East Technology
9243funkyfiga      //
92439244animaljr        // "75" 1993 Nakanihon/Taito (USA)
92449245animaljrs       // "75" 1993 Nakanihon/Taito (Spanish version)
92459246animaljrj       // "75" 1993 Nakanihon/Taito (Japan)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team