make The Killing Blade Plus (ver. 300) work
(using an Internal ARM7 killbldp Bootleg Rom)
This commit is contained in:
parent
622477f32c
commit
657df10fd1
|
@ -3344,7 +3344,10 @@ static struct BurnRomInfo killbldpRomDesc[] = {
|
|||
|
||||
{ "w05701b032.bin", 0x400000, 0x2d3ae593, 5 | BRF_SND }, // 8 Samples
|
||||
|
||||
{ "killbldp_igs027a.bin", 0x004000, 0x9a73bf7d, 7 | BRF_PRG }, // 9 Internal ARM7 Rom
|
||||
// this is the original rom with the first 0x268 bytes from the bootleg - but it doesn't work?
|
||||
// { "killbldp_igs027a.bin", 0x004000, 0xc7868d90, 7 | BRF_PRG }, // 9 Internal ARM7 Rom
|
||||
// from a bootleg
|
||||
{ "killbldp_igs027a_alt.bin", 0x004000, 0x98316b06, 7 | BRF_PRG }, // 9 Internal ARM7 Rom
|
||||
|
||||
{ "v300x.u26", 0x200000, 0x144388c8, 8 | BRF_PRG | BRF_ESS }, // 10 External ARM7 Rom
|
||||
};
|
||||
|
@ -3368,7 +3371,7 @@ struct BurnDriverD BurnDrvKillbldp = {
|
|||
"killbldp", NULL, "pgm", NULL, "2005",
|
||||
"The Killing Blade Plus (V300)\0", "Incomplete Dump", "IGS", "PolyGameMaster",
|
||||
L"The Killing Blade Plus \0\u50B2\u5251\u72C2\u5200\0\u50B2\u528D\u72C2\u5200 (V300)\0", NULL, NULL, NULL,
|
||||
0, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_USE_ARM_CPU, GBF_VSFIGHT, 0,
|
||||
BDF_GAME_WORKING, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_USE_ARM_CPU, GBF_VSFIGHT, 0,
|
||||
NULL, killbldpRomInfo, killbldpRomName, NULL, NULL, pgmInputInfo, pgmDIPInfo,
|
||||
killbldpInit, pgmExit, pgmFrame, pgmDraw, pgmScan, &nPgmPalRecalc, 0x900,
|
||||
448, 224, 4, 3
|
||||
|
|
Loading…
Reference in New Issue