aoineko-fr / MSXgl

The MSX Game Library in C language
113 stars 9 forks source link

Dirty screen with s_text sample in DOS2 mode #39

Closed bradstallion closed 7 months ago

bradstallion commented 7 months ago

image

Step to reproduce:

Using up and down arrows, the other fonts seem to be ok.

aoineko-fr commented 7 months ago

This is "expected" because this sample use BIOS font. In the default ROM format for this sample, the BIOS and its font is available on page 0, but not in MSX-DOS format.

That said, I'm going to change the sample so that it starts on one of the fonts included in the program.

aoineko-fr commented 7 months ago

I pushed a new version of the sample where first displayed font is one of the font embedded into the program.

bradstallion commented 7 months ago

Thanks a lot for the explanation.