From: slack Date: Tue, 10 Jun 2008 20:48:14 +0000 (+0200) Subject: Añadido GBVideo.cc X-Git-Tag: v0.1~60 X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=cedc73ece6e61d5adf369ee09f4165885a22de1d;p=wenboi.git Añadido GBVideo.cc --- diff --git a/GBVideo.cc b/GBVideo.cc new file mode 100644 index 0000000..8c2c4be --- /dev/null +++ b/GBVideo.cc @@ -0,0 +1,19 @@ +#include "GBVideo.h" + +u8 GBVideo::read_VRAM (int addr) const +{ +} + +u8 GBVideo::read_OAM (int addr) const +{ +} + +void GBVideo::write_VRAM(int addr, u8 value) +{ +} + +void GBVideo::write_OAM (int addr, u8 value) +{ +} + +