aboutsummaryrefslogtreecommitdiff
path: root/src/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r--src/GPU2D.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h
index 4136440..acbe967 100644
--- a/src/GPU2D.h
+++ b/src/GPU2D.h
@@ -45,10 +45,14 @@ public:
u16* GetBGExtPal(u32 slot, u32 pal);
u16* GetOBJExtPal(u32 pal);
+ void FIFODMA(u32 addr);
+
private:
u32 Num;
u32* Framebuffer;
+ u16 DispFIFOBuffer[256];
+
u32 DispCnt;
u16 BGCnt[4];