]> localhost Git - glBoy.git/commitdiff
OpengL goodness!
authorMichael McMaster <email@michaelmcmaster.name>
Fri, 21 Jan 2011 14:00:50 +0000 (00:00 +1000)
committerMichael McMaster <email@michaelmcmaster.name>
Fri, 21 Jan 2011 14:00:50 +0000 (00:00 +1000)
.gitignore [new file with mode: 0644]
GameboyCart.cc [new file with mode: 0644]
GameboyCart.hh [new file with mode: 0644]
GameboySound.cc [new file with mode: 0644]
GameboySound.hh [new file with mode: 0644]
GameboyTimer.cc [new file with mode: 0644]
GameboyTimer.hh [new file with mode: 0644]
util.hh [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7533894
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
diff --git a/GameboyCart.hh b/GameboyCart.hh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/GameboySound.cc b/GameboySound.cc
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/GameboySound.hh b/GameboySound.hh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/GameboyTimer.cc b/GameboyTimer.cc
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/GameboyTimer.hh b/GameboyTimer.hh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/util.hh b/util.hh
new file mode 100644 (file)
index 0000000..e69de29