AƱadido GBVideo.cc
authorslack <slack@Blackbird.(none)>
Tue, 10 Jun 2008 20:48:14 +0000 (22:48 +0200)
committerslack <slack@Blackbird.(none)>
Tue, 10 Jun 2008 20:48:14 +0000 (22:48 +0200)
GBVideo.cc [new file with mode: 0644]

diff --git a/GBVideo.cc b/GBVideo.cc
new file mode 100644 (file)
index 0000000..8c2c4be
--- /dev/null
@@ -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)
+{
+}
+
+