From: Michael McMaster Date: Fri, 21 Jan 2011 14:00:50 +0000 (+1000) Subject: OpengL goodness! X-Git-Tag: 1.0.0~5 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=7ffef07ff4d9dc971a61b8194c8f0d0da087b297;p=glBoy.git OpengL goodness! --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7533894 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.swp +*.swo +*.o +*.bin +InstructionSet_Opcodes.cc +InstructionSet_Tables.cc +awesomeBoy +test + diff --git a/GameboyCart.cc b/GameboyCart.cc new file mode 100644 index 0000000..e69de29 diff --git a/GameboyCart.hh b/GameboyCart.hh new file mode 100644 index 0000000..e69de29 diff --git a/GameboySound.cc b/GameboySound.cc new file mode 100644 index 0000000..e69de29 diff --git a/GameboySound.hh b/GameboySound.hh new file mode 100644 index 0000000..e69de29 diff --git a/GameboyTimer.cc b/GameboyTimer.cc new file mode 100644 index 0000000..e69de29 diff --git a/GameboyTimer.hh b/GameboyTimer.hh new file mode 100644 index 0000000..e69de29 diff --git a/util.hh b/util.hh new file mode 100644 index 0000000..e69de29