[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Lamer Questions about XAAES



Hi!

> I'm amazed at how well this AES is coming along.  Excellent work!
>
> I do have some lamer questions about falcon modes.  I've studied the chart
in
> the files over and over, and for the life of me I can't figure out how to
> translate this information into two numbers like below.
>
> -fvideo 26 (640X480 16 color mode)
>
> By trial and error I discovered that -fvideo 27 sets 640X480 256 colors.
>
> Can anyone shed light on how to calculate this for me?

It is easy, in xaaes documentation is writen how to create video mod
number(binary).
Convert this binary number to decimal and use it in -fvideo.
VGA 640x480 1-65535 mods are in range from 24 - 28 (mono - hi-color).

Gildor