>> Coz this is easily be converted to real basic, using an ON ERROR GOTO and
>> SCREEN 12... You may figure out the rest :-)
>
>Yes, but I also mean other applications of peek, like the screenwidth or
....
>Name it! The same with USR, too bad the BIOS may not be used... (How about
for
>disabling the screeen, on a MSX1 demo?)
It has been a long time since I used the VDP-registers, but it can be
achieved by setting/resetting a bit in one of the VDP-registers (like...
VDP(1)=VDP(1) AND &B11110111... just an example, this won't work, I guess).
Disassemble the BIOS addresses #40 and #44 (I think these were the BIOS
addresses for disabling and enabling the screen), and see which VDP-register
they set and/or reset.
Boy... I sure should maintain my MSX-knowledge... It's remarkable how easy
you forget these things ;)
Greets,
Jan-Lieuwe
****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****