--- hatari/src/convert/low640x32_spec.c 2019/04/09 08:49:46 1.1 +++ hatari/src/convert/low640x32_spec.c 2019/04/09 08:54:43 1.1.1.3 @@ -1,8 +1,8 @@ /* Hatari - low640x32_spec.c - This file is distributed under the GNU Public License, version 2 or at your - option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. Screen conversion, Low Res Spec512 to 640x32Bit */ @@ -45,7 +45,6 @@ static void Line_ConvertLowRes_640x32Bit pixelspace[4] = 0; Spec512_StartScanLine(); /* Build up palettes for every 4 pixels, store in 'ScanLinePalettes' */ - edx = 0; /* Clear index for loop */ x = STScreenWidthBytes >> 3; /* Amount to draw across in 16-pixels (8 bytes) */ Screen4BytesPerLine = PCScreenBytesPerLine/4;