From 509bd697f496af832f121fd07e097e7d3dff207d Mon Sep 17 00:00:00 2001 From: slack Date: Thu, 14 Feb 2008 23:57:38 +0000 Subject: [PATCH] GBVideo.h added git-svn-id: http://slack.codemaniacs.com/wenboi@15 0666ae3d-8926-0410-aeff-ae84559ff337 --- GBVideo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 GBVideo.h diff --git a/GBVideo.h b/GBVideo.h new file mode 100644 index 0000000..8ae19a9 --- /dev/null +++ b/GBVideo.h @@ -0,0 +1,10 @@ +#include "GBMemory.h" + +class GBVideo +{ + u8 VRAM[8192]; + u8 OAM[]; + +}; + + -- 2.34.1