> Does anyone know how I can read the font in a graphical screen, like
>  screen 5? 
> I guess it's not in the VRAM like in screen 0 (base(2)). Maybe I can get
>  it 
> from the ROM somewhere? If so, where?
> 
> I need this because I want to put the character-patterns in sprites...

  If you want the standard character set that is used in screen 0 and 1, it 
is stored in the BASIC ROM. Usually it is located at &H1BBF (I think), but 
the real address is stored at &HF920/21 and the page it is in at &HF91F.
   If you for instance applied the following pokes, you use your own 
character set (stored at &HD000) in all screen modes by using either PRINT 
or PRINT #1.

POKE &HF91F,3:POKE &HF920,&H00:POKE &HF921,&HD0

  Bye, /\/\ark
****
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/)
****

Reply via email to