-
Notifications
You must be signed in to change notification settings - Fork 5
VRAM
Kannagi edited this page Mar 19, 2024
·
5 revisions
To transfer your data to vram you must use SNDK_SendVRAM (only during the forced blank).
uint16 vram_addr
the address in VRAM (0x0000-0x8000, the real address is multiplied by two, so you have 64 KiB).
label
the label of your data.
uint16 size
the number of bytes to be transferred.
Example:
SNDK_SendVRAM 0x4000,DATA_FONT_SNDK_S,0x400
SNDK v0.3