Fix compile and fix rom clash in dat file (d_pgm.cpp)

This commit is contained in:
Barry Harris 2012-04-12 14:51:25 +00:00
parent 6f5ecaaa06
commit c4f2f1dacb
1 changed files with 3 additions and 3 deletions

View File

@ -2593,7 +2593,7 @@ STD_ROM_FN(kovshp)
static INT32 kovshpInit()
{
pPgmInitCallback = pgm_decrypt_kovshp;
pPgmProtCallback = install_protection_asic27a_kovshp;
// pPgmProtCallback = install_protection_asic27a_kovshp;
INT32 nRet = pgmInit();
@ -3537,7 +3537,7 @@ static struct BurnRomInfo kovassgaRomDesc[] = {
{ "m0600.rom", 0x400000, 0x3ada4fd6, 5 | BRF_SND }, // 8 Samples
{ "kovassg_v100_china.asic", 0x004000, 0x0f09a5c1, 7 | BRF_ESS | BRF_PRG }, // 9 Internal ARM7 Rom
{ "kovassga_v100_china.asic", 0x004000, 0x0f09a5c1, 7 | BRF_ESS | BRF_PRG }, // 9 Internal ARM7 Rom
};
STDROMPICKEXT(kovassga, kovassga, pgm)
@ -3545,7 +3545,7 @@ STD_ROM_FN(kovassga)
static INT32 kovassgaInit()
{
pPgmProtCallback = install_protection_asic27a_kovshp;
// pPgmProtCallback = install_protection_asic27a_kovshp;
INT32 nRet = pgmInit();