z80, some cz80 cleanup

sms, memory mapping improvements
sms vdp, add zoomed sprites, column vscroll blocking, mode 2 graphics
This commit is contained in:
root
2021-10-09 05:33:01 +02:00
parent c6e2760761
commit 8e52ec95f8
9 changed files with 442 additions and 161 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;