CPC/SCR: allow 32K pictures.

Set R12 so that the picture can use the full video RAM, if it is large enough.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2170 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2016-11-28 20:24:53 +00:00
parent 5d51158231
commit bb5da79264

View File

@ -3269,7 +3269,7 @@ void Save_SCR(T_IO_Context * context)
break;
}
output = raw2crtc(context, cpc_mode, 7, &outsize, &r1, 0, 0);
output = raw2crtc(context, cpc_mode, 7, &outsize, &r1, 0x0C, 0);
file = fopen(filename,"wb");
Write_bytes(file, output, outsize);