NMK16 fixups part 3 - this time, Acrobat Mission

This commit is contained in:
dinkc64 2014-04-07 20:17:24 +00:00
parent 60a4fda2e8
commit bf93571dd5
2 changed files with 4 additions and 2 deletions

View File

@ -5284,7 +5284,7 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)
if (nAction & ACB_MEMORY_RAM) {
memset(&ba, 0, sizeof(ba));
ba.Data = AllRam;
ba.nLen = MemEnd-AllRam; // MemEnd to get palette too - dink
ba.nLen = MemEnd-AllRam;
ba.szName = "All Ram";
BurnAcb(&ba);
}

View File

@ -141,8 +141,10 @@ INT32 NMK004Scan(INT32 nAction, INT32* pnMin)
if (pnMin) {
*pnMin = 0x029496;
}
const UINT8 *rtemp = NMK004_state.rom;
SCAN_VAR(NMK004_state);
SCAN_VAR(NMK004_state);
NMK004_state.rom = rtemp;
}
return 0;