Previous 199869 Revisions Next

r44648 Wednesday 3rd February, 2016 at 16:28:38 UTC by MetalliC
New NOT WORKING
Dragon Treasure 2 (Rev A) (GDS-0037A) [Jorge Valero, rtw, The Dumping Union]
(security PIC is missing)

add notes about Dragon Treasure sets
[src/mame]arcade.lst
[src/mame/drivers]naomi.cpp

trunk/src/mame/arcade.lst
r253159r253160
56705670cfield          // 2004.06 Chaos Field
56715671tetkiwam        // 2004.06 Tetris Kiwamemichi (Arcade TV Game List - P.88, Right, 11 from bottom)
56725672trizeal         // 2004.09 Trizeal
5673            // 2004.?? Dragon Treasure 2
5673dragntr2        // 2004.?? Dragon Treasure 2 (Rev A)
56745674kick4csh        // 2004.?? Kick '4' Cash
56755675shootplm        // 2004.?? Shootout Pool The Medal Ver. B / Shootout Pool Prize Ver. B
56765676            // 2004.?? The Quiz Show
trunk/src/mame/drivers/naomi.cpp
r253159r253160
18621862   {
18631863   /*
18641864            0x00600280 r  0000dcba
1865                a/b/c/d - coin inputs 1-4, active low
1865                a/b - 1P/2P coin inputs (JAMMA), active low
1866                c/d - 3P/4P coin inputs (EX. IO board), active low
1867
18661868                (ab == 0) -> BIOS skip RAM test
18671869       */
18681870      return U64(0xffffffff00000000) | (ioport("COINS")->read() & 0x0F);
r253159r253160
18961898           TODO: hook this then MAME have such devices emulated
18971899
18981900           0x00600288 rw 0000dcba
1899               a - 1P coin couner
1900               b - 2P coin couner
1901               a - 1P coin counter
1902               b - 2P coin counter
19011903               c - 1P coin lockout
19021904               d - 2P coin lockout
19031905
r253159r253160
79637965   ROM_LOAD("317-0375-com.pic", 0x00, 0x4000, CRC(52b56b52) SHA1(221590efbb09824621714cb163bda51a921d7d54) )
79647966ROM_END
79657967
7968/*
7969   note:
7970   both Dragon Treasure game binaries have only first 16MB encrypted using DES key from security PIC provided with GD-ROMs.
7971   the rest of data encrypted using some other key, same in both game versions.
7972   presumably this data uploaded via network to satellite units and decrypted using DES key from their own security PICs.
7973*/
7974
79667975// requires 837-14381 "G2 EXPANSION BD" I/O board
7976ROM_START( dragntr2 )
7977   NAOMIGD_BIOS
7978   NAOMI_DEFAULT_EEPROM
7979
7980   DISK_REGION( "gdrom" )
7981   DISK_IMAGE_READONLY( "gds-0037a", 0, SHA1(ce65fe84cabaa1ac3f40bff9535a42c2055b5f1c) )
7982
7983   ROM_REGION( 0x4000, "pic", ROMREGION_ERASEFF)
7984   //PIC is missing
7985   ROM_LOAD("317-xxxx-xxx.pic", 0x00, 0x4000, NO_DUMP )
7986ROM_END
7987
7988// requires 837-14381 "G2 EXPANSION BD" I/O board
79677989ROM_START( dragntr3 )
79687990   NAOMIGD_BIOS
79697991   NAOMI_DEFAULT_EEPROM
r253159r253160
95669588// 0036E Virtua Fighter 4 Final Tuned (GDS-0036E)
95679589/* 0036F */ GAME( 2004, vf4tuned, naomi2,  naomi2gd, naomi,   naomi_state, naomi2,  ROT0, "Sega", "Virtua Fighter 4 Final Tuned (Rev F) (GDS-0036F)", GAME_FLAGS )
95689590// 0037  Dragon Treasure 2 (GDS-0037)
9569// 0037A Dragon Treasure 2 (Rev A) (GDS-0037A)
9591/* 0037A */ GAME( 2004, dragntr2, naomigd, naomigd,  naomi,   naomi_state, naomigd, ROT0, "Sega", "Dragon Treasure 2 (Rev A) (GDS-0037A)", GAME_FLAGS )
95709592// 0038
95719593// 0039  Initial D Arcade Stage Ver. 3 Cycraft Edition (GDS-0039)
95729594/* 0039A */ GAME( 2006, inidv3ca, inidv3cy,naomigd,  naomi,   naomi_state, naomi2,  ROT0, "Sega", "Initial D Arcade Stage Ver. 3 Cycraft Edition (Rev A) (GDS-0039A)", GAME_FLAGS )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team