Whats the best way for programs to test for GD2? Suggestions for both 
SBasic and assembler welcome!

Ie,

>   IF VER$(1) >= '2.98' THEN
>     r = $FF0028: g = $FF64: w = $FFFFF0
>     PALETTE_QL 0, 0, 0, r, r, g, g, w, w              <---  error
>   END IF
>
falls down if QL-colour mode is selected. (Stupid idea anyway, but couldnt
think of anything else at the time)

Per



Reply via email to