Added Mega Twins CK24B pal dump [Corrado Tomaselli]
Added unicode title for Thunder Deity Biography (Chinese hack of Battle Garegga)[bgareggabla]
This commit is contained in:
parent
7e2fc4af4c
commit
fffe633f80
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue