diff --git a/src/mame/drivers/chihiro.cpp b/src/mame/drivers/chihiro.cpp index eaf350a7f4e..e83ab6ab101 100644 --- a/src/mame/drivers/chihiro.cpp +++ b/src/mame/drivers/chihiro.cpp @@ -2183,7 +2183,7 @@ ROM_START( ccfboxa ) ROM_LOAD("317-0567-exp.pic", 0x00, 0x4000, CRC(cd1d2b2d) SHA1(78203ee0339f76eb76da08d7de43e7e44e4b7d32) ) ROM_END -/* CDV-1xxxx (Sega network DVD-ROM games) */ +/* CDV-1xxxx (Sega network CD-ROM and DVD-ROM games) */ ROM_START( questofd ) CHIHIRO_BIOS @@ -2244,6 +2244,36 @@ ROM_START( gundcb83a ) ROM_LOAD("317-0484-jpn.pic", 0x00, 0x4000, CRC(308995bb) SHA1(9459ca99bfb5c3cf227821739e7008ae9bd6e710) ) ROM_END +// Quest of D The Battle Kingdom +// note: all following CD/DVD discs for server PC, game image from CDV-10035B uploaded via network to satellite Chihiro units +ROM_START( qofdtbk ) + CHIHIRO_BIOS + + // "Quest of D The Battle Kingdom" + // DVD QOD VS + // CDV-10035B + DISK_REGION( "gdrom" ) + DISK_IMAGE_READONLY( "cdv-10035b", 0, SHA1(710776b88e7403193c1e0889bbd2d15fc8a92880) ) // DVD + + // satellite Chihiro security PIC + ROM_REGION( 0x4000, "pic", ROMREGION_ERASEFF) + //PIC16C621A 317-0506-JPN + //(sticker 253-5508-0506J) + ROM_LOAD("317-0506-jpn.pic", 0x00, 0x4000, CRC(e105c6c8) SHA1(63e17b330a2f7d30bf0c263b163469f7f8e6a495) ) + + // "Quest of D The Battle Kingdom" + // CD QOD VS VERSION UPDATE + // CDP-10078 + DISK_REGION("update") + DISK_IMAGE_READONLY( "cdp-10078", 0, SHA1(f7dde6a95c8b9087f984f92248c22a3b148ef645) ) // CD + + // "Quest of D The Battle Kingdom" + // CD QOD SERVICE END + // CDP-10136 + DISK_REGION("serv_end") + DISK_IMAGE_READONLY( "cdp-10136", 0, SHA1(3bfb6258bf9c08e1c8056183d02fe8aa3b65db49) ) // CD +ROM_END + ROM_START( gundcb83b ) CHIHIRO_BIOS @@ -2316,10 +2346,11 @@ ROM_END // 0024 GAME( 2009, ccfboxo, ccfboxa, chihirogd, chihiro, driver_device, 0, ROT0, "Sega", "Chihiro Firmware Update For Compact Flash Box (GDX-0024)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0024A */ GAME( 2009, ccfboxa, chihiro, chihirogd, chihiro, driver_device, 0, ROT0, "Sega", "Chihiro Firmware Update For Compact Flash Box (4.01) (GDX-0024A)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) -/* CDV-1xxxx (Sega network DVD-ROM games) */ +/* CDV-1xxxx (Sega network CD-ROM and DVD-ROM games) */ /* 0005C */ GAME( 2004, questofd, chihiro, chihirogd, chihiro, driver_device, 0, ROT0, "Sega", "Quest of D (CDV-10005C)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0010 */ GAME( 2005, gundcb79, chihiro, chihirogd, chihiro, driver_device, 0, ROT0, "Banpresto", "Mobile Suit Gundam 0079 Card Builder (CDV-10010)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0024B */ GAME( 2006, gundcb79a,gundcb79, chihirogd, chihiro, driver_device, 0, ROT0, "Banpresto", "Mobile Suit Gundam 0079 Card Builder Ver.2.02 (CDV-10024B)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0030 */ GAME( 2007, gundcb83, chihiro, chihirogd, chihiro, driver_device, 0, ROT0, "Banpresto", "Mobile Suit Gundam 0083 Card Builder (CDV-10030)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0031 */ GAME( 2007, gundcb83a,gundcb83, chihirogd, chihiro, driver_device, 0, ROT0, "Banpresto", "Mobile Suit Gundam 0083 Card Builder Check Disk (CDV-10031)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) +/* 0035B */ GAME( 2007, qofdtbk, chihiro, chihirogd, chihiro, driver_device, 0, ROT0, "Sega", "Quest of D The Battle Kingdom (CDV-10035B)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) /* 0037B */ GAME( 2008, gundcb83b,gundcb83, chihirogd, chihiro, driver_device, 0, ROT0, "Banpresto", "Mobile Suit Gundam 0083 Card Builder Ver.2.10 (CDV-10037B)", MACHINE_NO_SOUND|MACHINE_NOT_WORKING ) diff --git a/src/mame/machine/naomigd.cpp b/src/mame/machine/naomigd.cpp index 3f3508d54c9..6a5bf4d2d12 100644 --- a/src/mame/machine/naomigd.cpp +++ b/src/mame/machine/naomigd.cpp @@ -645,8 +645,6 @@ ROM_START( dimm ) ROM_LOAD("317-0422-jpn.pic", 0x00, 0x4000, CRC(54197fbf) SHA1(a18b5b7aec0498c7a62cacf9f2298ddefb7482c9) ) // 253-5508-0456J 317-0456-JPN BEG.BIN WCCF 2005-2006 undumped Japan version ROM_LOAD("317-0456-jpn.pic", 0x00, 0x4000, CRC(cf3bd834) SHA1(6236cdb780260d34c02806478a39c9f3432a45e8) ) - // 253-5508-0506J 317-0506-JPN BPK.BIN unknown, something Chihiro ? - ROM_LOAD("317-0506-jpn.pic", 0x00, 0x4000, CRC(e105c6c8) SHA1(63e17b330a2f7d30bf0c263b163469f7f8e6a495) ) // main firmwares ROM_LOAD16_WORD_SWAP( "fpr-23489c.ic14", 0x000000, 0x200000, CRC(bc38bea1) SHA1(b36fcc6902f397d9749e9d02de1bbb7a5e29d468) ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 539774e9dff..4664764a8cb 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -9517,6 +9517,7 @@ wangmid2o // 2005.02 Wangan Midnight Maximum Tune 2 (Expor wangmid2j // 2005.04 Wangan Midnight Maximum Tune 2 (Japan) wangmid2ja // 2005.09 Wangan Midnight Maximum Tune 2 (Japan) (Rev A) questofd // 2004.09 Quest of D (CDV-10005C) +qofdtbk // 2007.10 Quest of D The Battle Kingdom (CDV-10035B) gundcb79 // 2005.10 Mobile Suit Gundam 0079 Card Builder (CDV-10010) gundcb79a // 2006.10 Mobile Suit Gundam 0079 Card Builder Ver.2.02 (CDV-10024B) gundcb83 // 2007.01 Mobile Suit Gundam 0083 Card Builder (CDV-10030)