trunk/src/mame/drivers/ddenlovr.c
| r26258 | r26259 | |
| 11549 | 11549 | ROM_REGION( 0x20000, "soundcpu", 0 ) /* Z80 Code */ |
| 11550 | 11550 | ROM_LOAD( "7401.1h", 0x00000, 0x20000, CRC(0f47d785) SHA1(d57733db6dcfb4c2cdaad04b5d3f0f569a0e7461) ) // 1xxxxxxxxxxxxxxxx = 0xFF |
| 11551 | 11551 | |
| 11552 | | ROM_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) |
| 11561 | 11562 | |
| 11562 | 11563 | ROM_REGION( 0x40000, "oki", 0 ) /* Samples */ |
| 11563 | 11564 | ROM_LOAD( "7402.1e", 0x000000, 0x040000, CRC(5038cc34) SHA1(65618b232a6592ad36f4abbaa40625c208a015fd) ) |
| 11564 | 11565 | ROM_END |
| 11565 | 11566 | |
| 11567 | |
| 11568 | ROM_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) ) |
| 11588 | ROM_END |
| 11589 | |
| 11566 | 11590 | /*************************************************************************** |
| 11567 | 11591 | |
| 11568 | 11592 | The Mysterious World |
| r26258 | r26259 | |
| 12580 | 12604 | |
| 12581 | 12605 | GAME( 1992, htengoku, 0, htengoku, htengoku, driver_device, 0, ROT180, "Dynax", "Hanafuda Hana Tengoku (Japan)", GAME_SUPPORTS_SAVE ) |
| 12582 | 12606 | GAME( 1992, mmpanic, 0, mmpanic, mmpanic, driver_device, 0, ROT0, "Nakanihon / East Technology (Taito license)", "Monkey Mole Panic (USA)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) |
| 12583 | | GAME( 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? |
| 12607 | GAME( 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? |
| 12608 | GAME( 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 ) |
| 12584 | 12609 | GAME( 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 ) |
| 12585 | 12610 | GAME( 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 ) |
| 12586 | 12611 | GAME( 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 ) |