--- hatari/src/convert/med640x8.c 2019/04/01 07:12:51 1.1.1.3 +++ hatari/src/convert/med640x8.c 2019/04/01 07:13:20 1.1.1.4 @@ -28,7 +28,7 @@ static void ConvertMediumRes_640x8Bit(vo else Line_ConvertMediumRes_640x8Bit(edi, ebp, esi, eax); - pPCScreenDest = (void *)(((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine*2); /* Offset to next line */ + pPCScreenDest = (((Uint8 *)pPCScreenDest)+PCScreenBytesPerLine*2); /* Offset to next line */ } }