#71259 - mlequim - Sat Feb 11, 2006 2:15 pm
The question is in the title ;), can I use more than 4 bank ? I ask that because the vramSetMainBanks() has four parameters..
| Code: |
| uint32 videoSetMainBanks(VRAM_A_TYPE a, VRAM_B_TYPE b, VRAM_C_TYPE c, VRAM_D_TYPE d); |
| Code: |
| void vramRestoreMainBanks(uint32); |