18-bit graphics pipeline

(final buffer is 32-bit)
This commit is contained in:
StapleButter
2017-02-14 21:55:51 +01:00
parent c5b7ec2168
commit ef7fbf8b03
6 changed files with 91 additions and 49 deletions

2
GPU.h
View File

@ -48,7 +48,7 @@ extern u8* VRAM_AOBJExtPal;
extern u8* VRAM_BBGExtPal[4];
extern u8* VRAM_BOBJExtPal;
extern u16 Framebuffer[256*192*2];
extern u32 Framebuffer[256*192*2];
extern GPU2D* GPU2D_A;
extern GPU2D* GPU2D_B;