--- hatari/src/convert/high640x8.c 2019/04/09 08:49:46 1.1.1.7 +++ hatari/src/convert/high640x8.c 2019/04/09 08:50:37 1.1.1.8 @@ -63,6 +63,6 @@ static void ConvertHighRes_640x8Bit(void ebp += 1; /* Next ST copy pixels */ } - /*?? esi = esi -40*8 +PCScreenBytesPerLine/2;*/ /* Back to start of line + Offset to next line */ + esi += PCScreenBytesPerLine/4 - 40*4; /* advance to start of next line */ } }