From fffe633f801f765631bc249ec99ad5f330bc1f0b Mon Sep 17 00:00:00 2001 From: jackchatelet Date: Thu, 26 Mar 2015 11:27:48 +0000 Subject: [PATCH] Added Mega Twins CK24B pal dump [Corrado Tomaselli] Added unicode title for Thunder Deity Biography (Chinese hack of Battle Garegga)[bgareggabla] --- src/burn/drv/capcom/d_cps1.cpp | 2 +- src/burn/drv/toaplan/d_battleg.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/burn/drv/capcom/d_cps1.cpp b/src/burn/drv/capcom/d_cps1.cpp index 9c59d2583..2dc1e4f19 100644 --- a/src/burn/drv/capcom/d_cps1.cpp +++ b/src/burn/drv/capcom/d_cps1.cpp @@ -7143,7 +7143,7 @@ static struct BurnRomInfo MtwinsRomDesc[] = { A_BOARD_PLDS - { "ck24b.1a", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP }, // b-board PLDs + { "ck24b.1a", 0x000117, 0xbd99c448, BRF_OPT }, // b-board PLDs { "iob1.11e", 0x000117, 0x3abc0700, BRF_OPT }, }; diff --git a/src/burn/drv/toaplan/d_battleg.cpp b/src/burn/drv/toaplan/d_battleg.cpp index 76b744b7b..5c0c2eb55 100644 --- a/src/burn/drv/toaplan/d_battleg.cpp +++ b/src/burn/drv/toaplan/d_battleg.cpp @@ -1059,7 +1059,7 @@ struct BurnDriver BurnDrvBgaregtw = { struct BurnDriver BurnDrvBgareggabl = { "bgareggabl", "bgaregga", NULL, NULL, "1996", - "1945 Part 2 (Battle Garaga hack)\0", NULL, "hack", "Toaplan GP9001 based", + "1945 Part 2 (Chinese hack of Battle Garaga)\0", NULL, "hack", "Toaplan GP9001 based", L"1945 Part 2\0\uFF11\uFF19\uFF14\uFF15\u4E8C\u4EE3 (Chinese hack of Battle Garegga)\0", NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | TOA_ROTATE_GRAPHICS_CCW | BDF_HACK, 2, HARDWARE_TOAPLAN_RAIZING, GBF_VERSHOOT, 0, NULL, bgareggablRomInfo, bgareggablRomName, NULL, NULL, battlegInputInfo, bgareggaDIPInfo, @@ -1070,7 +1070,7 @@ struct BurnDriver BurnDrvBgareggabl = { struct BurnDriver BurnDrvBgareggabla = { "bgareggabla", "bgaregga", NULL, NULL, "1996", "Thunder Deity Biography (Chinese hack of Battle Garegga)\0", NULL, "hack", "Toaplan GP9001 based", - NULL, NULL, NULL, NULL, + L"\u96F7\u795E\u50B3\0Lei Shen Zhuan (Chinese hack of Battle Garegga)\0" , NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | TOA_ROTATE_GRAPHICS_CCW | BDF_HACK, 2, HARDWARE_TOAPLAN_RAIZING, GBF_VERSHOOT, 0, NULL, bgareggablaRomInfo, bgareggablaRomName, NULL, NULL, battlegInputInfo, bgareggaDIPInfo, BgareggablInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &ToaRecalcPalette, 0x800,