--- hatari/src/convert/vdi16.c 2019/04/01 07:13:54 1.1.1.5 +++ hatari/src/convert/vdi16.c 2019/04/09 08:47:31 1.1.1.6 @@ -40,7 +40,7 @@ static void ConvertVDIRes_16Colour(void) /* Full update? or just test changes? */ if (update || ebx != *ebp || ecx != *(ebp+1)) /* Does differ? */ { - bScreenContentsChanged = TRUE; + bScreenContentsChanged = true; #if SDL_BYTEORDER == SDL_BIG_ENDIAN /* Plot pixels */