At 21:01 7-8-00 +0200, you wrote:
> > Hi there!
> >
> > At the moment I refound the joy of programming in Basic and making some
>nice
> > tunes with MB1.4 (like in the old days).......
>
>Cool! Y not learn ASM??
>
> > But! I would like to use the Konamifont or something similar. I just don't
> > want to use a font in page 2 or 3 which I copy letter by letter to my
>active
> > page.....
> >
> > I want to do the open"grp:"as#1 print#1,"ANNE"-way.....What to do? How do
>I
> > change the normal font? I presume I have to change it already in
>textmode?!
> > I have seen something similar.....But only in screen 1?.....Anyone?
>
>As far as I know it IS NOT possible... heheh.. Sorry...
It is possible... I used it for some programs.
As seen from SCREEN 1:
- font is stored from 0 to 2047
- copy this block from VRAM to RAM somewhere (for example: &HD000)
- POKE &HF91F,<RAM-slot>: POKE &HF920,0: POKE&HF921,&HD0
SCREEN 5 will now have any character set you made.
GreeTz, BiFi
Visit my Home Page at www.bifi.msxnet.org
mail me at: [EMAIL PROTECTED]
FTP: ftp.bifi.msxnet.org
ICQ #36126979
****
Problems? contact [EMAIL PROTECTED] See also http://www.faq.msxnet.org/
****