From 7ffef07ff4d9dc971a61b8194c8f0d0da087b297 Mon Sep 17 00:00:00 2001 From: Michael McMaster Date: Sat, 22 Jan 2011 00:00:50 +1000 Subject: [PATCH] OpengL goodness! --- .gitignore | 9 +++++++++ GameboyCart.cc | 0 GameboyCart.hh | 0 GameboySound.cc | 0 GameboySound.hh | 0 GameboyTimer.cc | 0 GameboyTimer.hh | 0 util.hh | 0 8 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 GameboyCart.cc create mode 100644 GameboyCart.hh create mode 100644 GameboySound.cc create mode 100644 GameboySound.hh create mode 100644 GameboyTimer.cc create mode 100644 GameboyTimer.hh create mode 100644 util.hh 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 -- 2.38.5