X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=pico%2Fdebug.c;h=af5241c1ac030909f633d756dc9f483861196bdb;hp=e780262e6b076296d8c325369db43bf2aad647bf;hb=e42a47e2086e6512519dd86af420363498302f49;hpb=8f80007bcc94faae7c369d4ed8a07a9d35c31c72 diff --git a/pico/debug.c b/pico/debug.c index e780262..af5241c 100644 --- a/pico/debug.c +++ b/pico/debug.c @@ -358,7 +358,7 @@ void PDebugZ80Frame(void) return; if (Pico.m.pal) { - lines = 312; + lines = 313; line_sample = 68; } else { lines = 262;