X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.c;h=91bff56620c8f37f53145f3ff7fa1ac36da9774b;hb=d01fa2044c98b23dfb72188a7486e567ab2d3dda;hp=959331f8b606347445e84a2c297a30ac9bf89c26;hpb=d3bbc8d2cbb5fcc61e9f4e282effd0f2777a5cc3;p=picodrive.git diff --git a/pico/debug.c b/pico/debug.c index 959331f..91bff56 100644 --- a/pico/debug.c +++ b/pico/debug.c @@ -203,7 +203,7 @@ void PDebugShowPalette(unsigned short *screen, int stride) if (PicoAHW & PAHW_SMS) PicoDoHighPal555M4(); else - PicoDoHighPal555(1); + PicoDoHighPal555(1, 0, &Pico.est); Pico.m.dirtyPal = 1; screen += 16*stride+8;