load CPC Old palette of iMPdraw SCR's

This commit is contained in:
Thomas Bernard 2019-12-06 00:23:50 +01:00
parent 6c388020b0
commit fe2fd9a49b
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -4651,8 +4651,11 @@ void Load_SCR(T_IO_Context * context)
}
else
{
int j;
// palette at 0x7f00
GFX2_LogHexDump(GFX2_DEBUG, "", cpc_ram, 0x7f00, 16);
for (j = 0; j < 16; j++)
pal_data[12*j] = cpc_ram[0x7f00 + j];
}
}
else if (load_address == 0x200)