GBVideo.h added
authorslack <slack@0666ae3d-8926-0410-aeff-ae84559ff337>
Thu, 14 Feb 2008 23:57:38 +0000 (23:57 +0000)
committerslack <slack@0666ae3d-8926-0410-aeff-ae84559ff337>
Thu, 14 Feb 2008 23:57:38 +0000 (23:57 +0000)
git-svn-id: http://slack.codemaniacs.com/wenboi@15 0666ae3d-8926-0410-aeff-ae84559ff337

GBVideo.h [new file with mode: 0644]

diff --git a/GBVideo.h b/GBVideo.h
new file mode 100644 (file)
index 0000000..8ae19a9
--- /dev/null
+++ b/GBVideo.h
@@ -0,0 +1,10 @@
+#include "GBMemory.h"
+
+class GBVideo
+{
+       u8 VRAM[8192];
+       u8 OAM[];
+
+};
+
+