--- hatari/src/convert/med640x16.c 2019/04/01 07:12:49 1.1.1.5 +++ hatari/src/convert/med640x16.c 2019/04/01 07:13:18 1.1.1.6 @@ -23,7 +23,7 @@ static void ConvertMediumRes_640x16Bit(v Line_ConvertMediumRes_640x16Bit(edi, ebp, esi, eax); /* Offset to next line */ - pPCScreenDest = (void *)(((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine*2); + pPCScreenDest = (((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine*2); } }