]> localhost Git - glBoy.git/commit
Initial android port master origin/HEAD origin/master
authorMichael McMaster <michael@codesrc.com>
Fri, 14 Oct 2011 20:46:50 +0000 (06:46 +1000)
committerMichael McMaster <michael@codesrc.com>
Fri, 14 Oct 2011 20:46:50 +0000 (06:46 +1000)
commit76af0a232e19bf91890617e7007ab2a2e2352d0e
tree6fb706e8970289772b028b86f4edbcec31f6c9ff
parent925cbf1f8813df170cd934b08a49addf45673d0e
Initial android port
56 files changed:
ALU.cc [deleted file]
ALU.hh
Config.cc [deleted file]
Core.cc
Core.hh
DAA.hh
DWORD.hh
FPS.cc [new file with mode: 0644]
FPS.hh [new file with mode: 0644]
GameboyCart.cc
GameboyCart.hh
GameboyGraphics.cc
GameboyGraphics.hh
GameboyJoypad.cc
GameboyJoypad.hh
GameboySound.cc
GameboySound.hh
GameboyTimer.cc
GameboyTimer.hh
InstructionSet.opcode
Log.cc
Log.hh
MBC1.cc
MBC1.hh
MBC2.cc
MBC2.hh
MBC3.cc
MBC3.hh
Makefile.am
MemoryMap.cc
MemoryMap.hh
NEWS
RAM.cc
RAM.hh
RAM_4bit.cc
Registers.cc
Registers.hh
Test.cc [deleted file]
android/AndroidManifest.xml [new file with mode: 0644]
android/jni/Android.mk [new file with mode: 0644]
android/jni/AndroidInterface.cc [new file with mode: 0644]
android/jni/Application.mk [new file with mode: 0644]
android/jni/autoconfig.h [new file with mode: 0644]
android/src/com/codesrc/glboy/GlBoyActivity.java [new file with mode: 0644]
glBoy.config
hq4x.cc
hq4x.hh
libzipper
makeOpcodes.pl
sdl/GLGraphics.cc [new file with mode: 0644]
sdl/GLGraphics.hh [new file with mode: 0644]
sdl/Main.cc [moved from Main.cc with 80% similarity]
sdl/SDLKeys.cc [new file with mode: 0644]
sdl/SDLKeys.hh [new file with mode: 0644]
sdl/SDLSound.cc [new file with mode: 0644]
sdl/SDLSound.hh [new file with mode: 0644]