Actually, the current POINT implementation on atari/atarixl alters prematurely the palette while detecting the pixel. This depends on the fact that the routine makes the color selection before verifying that it is actually necessary. This should be avoided as the mode only reads the color of the pixel.
Actually, the current
POINT
implementation onatari
/atarixl
alters prematurely the palette while detecting the pixel. This depends on the fact that the routine makes the color selection before verifying that it is actually necessary. This should be avoided as the mode only reads the color of the pixel.