From: slack Date: Thu, 14 Feb 2008 23:57:38 +0000 (+0000) Subject: GBVideo.h added X-Git-Tag: v0.1~64 X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=509bd697f496af832f121fd07e097e7d3dff207d;p=wenboi.git GBVideo.h added git-svn-id: http://slack.codemaniacs.com/wenboi@15 0666ae3d-8926-0410-aeff-ae84559ff337 --- 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[]; + +}; + +