mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-21 09:03:12 +02:00
z80, some cz80 cleanup
sms, memory mapping improvements sms vdp, add zoomed sprites, column vscroll blocking, mode 2 graphics
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user