--- hatari/src/convert/low320x32_spec.c 2019/04/09 08:49:47 1.1.1.1 +++ hatari/src/convert/low320x32_spec.c 2019/04/09 08:54:43 1.1.1.3 @@ -1,8 +1,8 @@ /* Hatari - low320x32_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 320x32Bit */ @@ -22,13 +22,10 @@ static void ConvertLowRes_320x32Bit_Spec Spec512_StartFrame(); /* Start frame, track palettes */ - edx = 0; /* Clear index for loop */ - for (y = STScreenStartHorizLine; y < STScreenEndHorizLine; y++) { Spec512_StartScanLine(); /* Build up palettes for every 4 pixels, store in 'ScanLinePalettes' */ - edx = 0; /* Clear index for loop */ /* Get screen addresses, 'edi'-ST screen, 'ebp'-Previous ST screen, 'esi'-PC screen */ eax = STScreenLineOffset[y] + STScreenLeftSkipBytes; /* Offset for this line + Amount to skip on left hand side */