New games added or promoted from NOT_WORKING status

---------------------------------------------------
Dragon World 2001 [David Haywood, Smitdogg]
Dragon World Pretty Chance [David Haywood, Smitdogg]
This commit is contained in:
Scott Stone 2012-05-22 15:18:39 +00:00
parent 43d2b3bbf8
commit 87f424cd32
2 changed files with 12 additions and 69 deletions

View File

@ -2503,7 +2503,7 @@ ROM_START( dw2001 )
ROM_LOAD16_WORD_SWAP( "2001.u22", 0x100000, 0x80000, CRC(5cabed92) SHA1(d513e353c5c4695b16228e0bda9388c396aa4a81) )
ROM_REGION( 0x4000, "prot", ROMREGION_ERASEFF ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "dw2001_igs027a.bin", 0x000000, 0x04000, NO_DUMP )
ROM_LOAD( "dw2001_igs027a_japan.bin", 0x000000, 0x04000, CRC(3a79159b) SHA1(0d693c798ce24c6a749669be8c7b1e4633409e49) )
ROM_REGION32_LE( 0x4000000, "user1", ROMREGION_ERASEFF )
ROM_LOAD( "2001.u12", 0x000000, 0x80000, CRC(973db1ab) SHA1(cc35e1a8534fa5d59d888f530769bae4e08c62ca) ) // external ARM data rom (encrypted)
@ -2533,7 +2533,7 @@ ROM_START( dwpc )
ROM_LOAD16_WORD_SWAP( "dwpc_v101jp.u22", 0x100000, 0x80000, CRC(b93027c0) SHA1(602e5f651ccb63e6465ebd7762d8d2dcf7d54077) )
ROM_REGION( 0x4000, "prot", ROMREGION_ERASEFF ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "dwpc_igs027a.bin", 0x000000, 0x04000, NO_DUMP )
ROM_LOAD( "dw2001_igs027a_japan.bin", 0x000000, 0x04000, CRC(3a79159b) SHA1(0d693c798ce24c6a749669be8c7b1e4633409e49) )
ROM_REGION32_LE( 0x4000000, "user1", ROMREGION_ERASEFF )
ROM_LOAD( "dwpc_v100jp.u12", 0x000000, 0x80000, CRC(0d112126) SHA1(2b569b8ef974d1d9906cc052eee63b869c8d4fa4) ) // external ARM data rom (encrypted)
@ -3722,6 +3722,14 @@ GAME( 2001, ddp2, pgm, pgm_arm_type2, ddp2, ddp2, ROT
GAME( 2001, ddp2101, ddp2, pgm_arm_type2, ddp2, ddp2, ROT270, "IGS", "DoDonPachi II - Bee Storm (Japan, ver. 101)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2001, ddp2100, ddp2, pgm_arm_type2, ddp2, ddp2, ROT270, "IGS", "DoDonPachi II - Bee Storm (Japan, ver. 100)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
// japan region only?
GAME( 2001, dw2001, pgm, pgm_arm_type2, dw2001, dw2001, ROT0, "IGS", "Dragon World 2001 (V100?, Japan)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) // 02/21/01 16:05:16
// japan region only?
GAME( 2001, dwpc, pgm, pgm_arm_type2, dw2001, dwpc, ROT0, "IGS", "Dragon World Pretty Chance (V101, Japan)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) // 09/26/01 10:23:26
// we bypass the internal ARM rom on these, ideally it should still be dumped tho!
// ARM version strings don't match 100% with labels... for 68k ROMs I'm using the build time / date stamp from near the start of the rom, there are some slightly different time stamps later
GAME( 2002, dmnfrnt, pgm, pgm_arm_type3, pgm, dmnfrnt, ROT0, "IGS", "Demon Front (68k label V105, ROM M105XX 08/05/02) (ARM label V105, ROM 08/05/02 S105XX)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) // 68k time: 10:24:11 ARM time: 10:33:23
@ -3785,10 +3793,6 @@ GAME( 1998, drgw3100, drgw3, pgm_022_025_dw, dw3, drgw3, R
GAME( 1998, dwex, pgm, pgm_022_025_dw, dw3, drgw3, ROT0, "IGS", "Dragon World 3 EX (ver. 100)", GAME_IMPERFECT_SOUND | GAME_UNEMULATED_PROTECTION | GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
GAME( 2001, dw2001, pgm, pgm_arm_type2, dw2001, dw2001, ROT0, "IGS", "Dragon World 2001", GAME_IMPERFECT_SOUND | GAME_UNEMULATED_PROTECTION | GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) // 02/21/01 16:05:16
GAME( 2001, dwpc, pgm, pgm_arm_type2, dw2001, dwpc, ROT0, "IGS", "Dragon World Pretty Chance (V101, Japan)", GAME_IMPERFECT_SOUND | GAME_UNEMULATED_PROTECTION | GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) // 09/26/01 10:23:26
GAME( 1999, puzlstar, pgm, pgm_arm_type1_sim, pstar, pstar, ROT0, "IGS", "Puzzle Star (ver. 100MG)", GAME_IMPERFECT_SOUND | GAME_UNEMULATED_PROTECTION | GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) /* need internal rom of IGS027A */

View File

@ -9,15 +9,10 @@
Knights of Valor 2 Nine Dragons (kov2p) *
DoDonPachi 2 - Bee Storm (ddp2)
Martial Masters (martmast)
Dragon World 2001 (dw2001)
Dragon World Pretty Chance (dwpc) (verified to be the same internal rom as dw2001)
* using a hacked kov2 internal ROM
the following also use this device, but the internal
ROMs are not yet dumped
Dragon World 2001 (dw2001)
Dragon World Pretty Chance (dwpc)
----
These games use a larger region of shared RAM than the 55857E
@ -312,72 +307,16 @@ DRIVER_INIT( ddp2 )
DRIVER_INIT( dw2001 )
{
pgm_arm_type2_state *state = machine.driver_data<pgm_arm_type2_state>();
UINT16 *mem16 = (UINT16 *)state->memregion("maincpu")->base();
pgm_basic_init(machine);
kov2_latch_init(machine);
pgm_mm_decrypt(machine); // encryption is the same as martial masters
mem16[0x11e90c / 2] = 0x4e71;
mem16[0x11e90e / 2] = 0x4e71;
mem16[0x11e91a / 2] = 0x4e71;
mem16[0x11eaf6 / 2] = 0x4e71;
mem16[0x11eaf8 / 2] = 0x4e71;
mem16[0x11eb04 / 2] = 0x4e71;
/* patch ARM area with fake code */
UINT16 *temp16 = (UINT16 *)state->memregion("prot")->base();
temp16[(0x0000)/2] = 0xd088;
temp16[(0x0002)/2] = 0xe59f;
temp16[(0x0004)/2] = 0x0680;
temp16[(0x0006)/2] = 0xe3a0;
temp16[(0x0008)/2] = 0x0001;
temp16[(0x000a)/2] = 0xe280;
temp16[(0x000c)/2] = 0xff10;
temp16[(0x000e)/2] = 0xe12f;
temp16[(0x0090)/2] = 0x0400;
temp16[(0x0092)/2] = 0x1000;
}
DRIVER_INIT( dwpc )
{
pgm_arm_type2_state *state = machine.driver_data<pgm_arm_type2_state>();
UINT16 *mem16 = (UINT16 *)state->memregion("maincpu")->base();
pgm_basic_init(machine);
kov2_latch_init(machine);
pgm_mm_decrypt(machine); // encryption is the same as martial masters
mem16[0x11EDDA / 2] = 0x4e71;
mem16[0x11EDDC / 2] = 0x4e71;
mem16[0x11EDE8 / 2] = 0x4e71;
mem16[0x11EFC4 / 2] = 0x4e71;
mem16[0x11EFC6 / 2] = 0x4e71;
mem16[0x11EFD2 / 2] = 0x4e71;
/* patch ARM area with fake code */
UINT16 *temp16 = (UINT16 *)state->memregion("prot")->base();
temp16[(0x0000)/2] = 0xd088;
temp16[(0x0002)/2] = 0xe59f;
temp16[(0x0004)/2] = 0x0680;
temp16[(0x0006)/2] = 0xe3a0;
temp16[(0x0008)/2] = 0x0001;
temp16[(0x000a)/2] = 0xe280;
temp16[(0x000c)/2] = 0xff10;
temp16[(0x000e)/2] = 0xe12f;
temp16[(0x0090)/2] = 0x0400;
temp16[(0x0092)/2] = 0x1000;
}
INPUT_PORTS_START( ddp2 )