ROM Gripper's Home

Emulator Game List

Emulators

FAQ

[中文]

Open API for Emulator Developer

Open API for Emulator Developer

Sample Codes

To open a ROM list of a certain emulator type, use the following codes:

Intent intent = new Intent("com.bingo.rom_gripper.action.ROM_LIST");
Intent.putExtra("romtype", romType);
startActivity(intent);

ROM types that Emulator Game List supports

romType Game type
"nes" Nintendo
"snes" Super Nintendo
"n64" Nintendo 64
"nds" Nintendo DS
"gba" Gameboy Advance
"gbc" Gameboy Color
"gamegear" Sega Game Gear
"genesis" Sega Genesis
"cps1" CPS1
"cps2" CPS2
"mame" MAME
"neogeo" Neo Geo
"neogeocd" Neo Geo CD
"neogeopocket Neo Geo Pocket
"psp" Playstation Portable
"psx" Sony Playstation
"gcn" Nintendo GameCube
"pce" PC Engine - TurboGrafx16
"segacd" Sega CD
"dc" Sega Dreamcast
"mastersystem" Sega Master System
"model2" Sega Model 2
"saturn" Sega Saturn
"atari2600" Atari 2600
"atari5200" Atari 5200
"atari7800" Atari 7800
"atarijaguar" Atari Jaguar
"atarilynx" Atari Lynx
"c64" Commodore 64