aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.h')
-rw-r--r--GPU2D.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/GPU2D.h b/GPU2D.h
index 66b2252..006bc64 100644
--- a/GPU2D.h
+++ b/GPU2D.h
@@ -39,6 +39,8 @@ extern u8* VRAM_BOBJ[128];
extern u8* VRAM_LCD[128];
extern u8* VRAM_ARM7[2];
+extern u16 Framebuffer[256*192*2];
+
void Reset();