Modules/print/Desc
From MSX Game Library
The print module used to display text in any screen mode.
You have several render mode:
- Text (using tiles/characters set),
- Bitmap (draw text from RAM to VRAM),
- VRAM (put font on VRAM and draw from there),
- Sprite (draw text using sprites).