From cedc73ece6e61d5adf369ee09f4165885a22de1d Mon Sep 17 00:00:00 2001 From: slack Date: Tue, 10 Jun 2008 22:48:14 +0200 Subject: [PATCH] =?utf8?q?A=C3=B1adido=20GBVideo.cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- GBVideo.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 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) +{ +} + + -- 2.34.1