> That's incorrect; VDP(10)=vdp(10)xor2 only changes the refresh rate, not the
> colours, as well. Also, VDP(10)=0 does the same thing (to change to 60Hz);
> VDP(10)=2 does the same to change it to 50Hz.

bad, bad. that way you change all kinds of settings (for example the number of
lines displayed). You should use VDP(10)=VDP(10) AND 253 for 60Hz and
VDP(10)=VDP(10) OR 2 for 50Hz.

okay, I confess, I also use VDP(10)=0.
but that's not the point.


~Grauw





--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to