#167658 - TwentySeven - Sat Mar 21, 2009 1:40 pm
As the topic says:
Can you use bank H and I to do a subscreen MODE_5_2D?
Ie:
videoSetModeSub(MODE_5_2D | DISPLAY_BG3_ACTIVE );
vramSetBankH(VRAM_H_SUB_BG);
SUB_BG3_CR = BG_BMP8_256x256;
and then plot pixels to it?
I currently have H and I allocated to do a text mode and sprites for the sub screen, which works fine, but it'd be much nicer if I could just use all 48kb and treat it as a framebuffer.
Can you use bank H and I to do a subscreen MODE_5_2D?
Ie:
videoSetModeSub(MODE_5_2D | DISPLAY_BG3_ACTIVE );
vramSetBankH(VRAM_H_SUB_BG);
SUB_BG3_CR = BG_BMP8_256x256;
and then plot pixels to it?
I currently have H and I allocated to do a text mode and sprites for the sub screen, which works fine, but it'd be much nicer if I could just use all 48kb and treat it as a framebuffer.