hippydave / gameboid

Gameboy Advance emulator for Android phones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameBoid is free and open source GBA emulator for Android, based on gpSP.

It has most of gpSP and Android shared emulator routines library features including:

  • zipped games support
  • on-screen controls
  • save-load support

Building:

GameBoid depends on shared emulator routines library, which can be obtained from Sourceforge.

To build debug version execute following commands (taking, that you are in project directory and checked out library source is under ../emudroid-common):

$ android update project -p . -l ../emudroid-common $ NDK_DEBUG=1 ndk-build $ ant debug

About

Gameboy Advance emulator for Android phones


Languages

Language:Assembly 64.3%Language:C 33.9%Language:Java 0.8%Language:Objective-C 0.5%Language:C++ 0.5%