basic update; removing the need of dummy texture pal.png

This commit is contained in:
minjaesong
2021-04-28 15:50:28 +09:00
parent e232181f3d
commit 57b59995e0
4 changed files with 3642 additions and 2499 deletions

View File

@@ -178,7 +178,7 @@ From the start of the memory space:
Pointer to raw pixmap data in Scratchpad Memory
2 bytes
Cursor position in: (y*32 + x)
Cursor position in: (y*80 + x)
2560 bytes
Text foreground colours
2560 bytes
@@ -233,4 +233,4 @@ MMIO
Text-mode-font-ROM is immutable and does not belong to VRAM
Even in the text mode framebuffer is still being drawn onto the screen, and the texts are drawn on top of it
Even in the text mode framebuffer is still being drawn onto the screen, and the texts are drawn on top of it