sms vdp, add zoomed sprites, column vscroll blocking, mode 2 graphics

This commit is contained in:
kub 2021-10-08 20:24:33 +02:00
parent 032c76a3a2
commit 0df7401c02
5 changed files with 360 additions and 95 deletions

View file

@ -212,7 +212,7 @@ void PDebugShowPalette(unsigned short *screen, int stride)
Pico.m.dirtyPal = 1;
if (PicoIn.AHW & PAHW_SMS)
PicoDoHighPal555M4();
PicoDoHighPal555SMS();
else
PicoDoHighPal555(1, 0, est);
Pico.m.dirtyPal = 1;