spotlessmind1975 / ugbasic

An isomorphic BASIC language compiler for retrocomputers
Apache License 2.0
94 stars 17 forks source link

POINT does alter the pen color #676

Closed spotlessmind1975 closed 1 year ago

spotlessmind1975 commented 1 year ago

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.

spotlessmind1975 commented 1 year ago

The issue has been fixed on COLDFIX v1.15 [rev. 20231119.1735] / BETA UPDATE [rev. 20231119.1735].