X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Ffakedasm.c;h=137116fd0adc11f53777afcd35c04be2050f7821;hb=0fb424dbee4a971fc59129fe9c80f1568f6d46c0;hp=d0e357c8955b4a8d14cbf4cb6a4ecd54c1bbd73c;hpb=720ee7f6244cb51cc123a7fd16832161db9a3b4d;p=libpicofe.git diff --git a/linux/fakedasm.c b/linux/fakedasm.c index d0e357c..137116f 100644 --- a/linux/fakedasm.c +++ b/linux/fakedasm.c @@ -23,7 +23,7 @@ extern int Scanline; // Scanline struct TileStrip { int nametab; // Position in VRAM of name table (for this tile line) - int line; // Line number in pixels 0x000-0x3ff within the virtual tilemap + int line; // Line number in pixels 0x000-0x3ff within the virtual tilemap int hscroll; // Horizontal scroll value in pixels for the line int xmask; // X-Mask (0x1f - 0x7f) for horizontal wraparound in the tilemap int *hc; // cache for high tile codes and their positions @@ -166,7 +166,7 @@ static void DrawStrip(struct TileStrip *ts, int sh) *ts->hc++ = cval; // cache it continue; } - +continue; if (code!=oldcode) { oldcode = code; // Get tile address/2: