leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
237 stars 43 forks source link

Hybrid - The Aux pen overrides the Multicolour pen #405

Open AndyHOvine opened 3 years ago

AndyHOvine commented 3 years ago

Set the Aux colour, eg to pink $09. Now try to draw Multicolour white (clicking the second column next to white)

image

It draws with Aux pink pen.

Note that column two should be:

1) Column 1 - colours $00 to $07 hi-res 2) Column 2 - colours $00 to $07 multi-colour

At the moment 2) is displaying colours $08 to $0f.

In this mode, column 2) should be to draw multi-colour wide pixels in one of the colours $00 to $07. What is the best way to draw these two columns? Before you had it showing the same colours $00 to $07 in both columns. Column 2 should have something to distinguish it from its hi-res equivalent. Maybe a MC label in it?

Column 2 showing colours $08 to $0f should only work for C64 in Hi-res only mode.

AndyHOvine commented 4 months ago

The part of this one is still an issue - if you try to draw with WHITE multicolour (right column) it selects the AUX colour (see the X is in both boxes). This appears to happen because the AUX colour is set to the same colour number as WHITE multicolour?

image