Gameshark Gba Drivers

Looking for commercial gameboy ROMs for visualboy? Go somewhere else, you dirty pirate.

Still here? I'm just a lowly homebrew GBA developer, but here's what I've released so far:

  • Programs

QAtash: Thanks and no problem! =) @agent86 The devices for GBA and DS (GameShark, CodeBreaker, ActionReplay) work exactly like this too. The 'conditional' CodeTypes are what checks if a button is pressed in game- that in turn might execute a RAM Write. Cheats, cheat codes, unlockables, easter eggs, glitches, guides and more for Game Boy Advance (GBA) games beginning with M. Cheatcodes.com has everything you need to dominate Game Boy Advance (GBA) games. Click the name of the game you want to see all the cheats we have for it!

Documents

If you want to take up GBA development yourself, read the documents on gbadev.org and devrs.com. Then read the following:
  • Managing Sprite Cel VRAM on the Game Boy Advance by Damian Yerrick
    Proving that 32 KiB of sprite cel VRAM ought to be enough for anyone.

Online tools

  • Sample rate calculator: Finds all PCM sample playback rates that play nice with the GBA's vertical scan frequency (requires ECMAScript and HTML DOM; works in at least IE 6 and Mozilla)

Programs

All programs include full source code under a free software license unless otherwise specified. All programs have been tested on GBA hardware; those compatible with the VisualBoyAdvance emulator have been tested on it as well. To use GBA programs on hardware, you can use the Xboo cable or any of various GBA flash cards including the GBA Movie Player. (Look through various online retailers.) None of these programs contains any Nintendo copyrighted code except for logo code required to get the GBA to start and used fairly under the Sega v. Accolade precedent.

To compile these programs, you may have to have botha native GCC and devkitARM installed, as these distributions include the source code for data conversion tools but may lack binaries. Some of the conversion tools may require the Allegro library, which is mirrored in the PC section.

Luminesweeper

It's Lumines. It's Minesweeper. It's both. And you don't need a PSP.

Gameshark Gba Download

Speed tester for libfat

This program tests how fast data can be read from the CompactFlash or Secure Digital card inserted into a GBA or DS through an adapter. It works on any adapter supported by libfat, including those with GBA-compatible DLDI drivers.

Gameshark
  • 2007-08-06: run all tests on one screen, use more precise timing, detect and report broken drivers
  • 2007-08-05: DS support
  • 2007-08-04: switch from gba_nds_fat to libfat

Download speed tester for libfat (99 KB; includes source code, GBA binary, DS binary, and required test file)

Stuck Pixel Fixer

If your GBA's display has pixels that are stuck lit or stuck dark, this program may be able to coax them into working again. It also works on LCD TVs through a GameCube and Game Boy Player.

Health Warning: This program works by rapidly cycling the color of the screen. It may trigger seizures in people sensitive to flashing lights. If you have a seizure disorder, make sure to turn over your GBA or close your GBA SP or Nintendo DS when prompted to do so. If you are using a Game Boy Player and you are photosensitive, have somebody else run the program for you. See your health care professional for more information on photosensitive epilepsy.

Gba Gameshark Codes

Download Stuck Pixel Fixer (25 KB; includes source code and GBA binary)

Controller and DK Bongos Test

A DK Bongos controller plugged into a GameCube shows up as a controller in many GameCube games. Each of the bongos has two sensors, one in the top half (viewed from above) one in the bottom half. The left bongo presses Y (top) and B (bottom), the right bongo presses X (top) and A (bottom), the clap sensor presses R, and I'll let you guess about Start/Pause :)

This program, designed to be run in Game Boy Player, demonstrates reading a standard controller and a DK Bongos controller. (There is one drawback: the Game Boy Player's controller reading code has a pretty high threshold for what counts as a press of the R button, and clapping loud enough to trigger it may hurt your hands.) This package also includes a version of AGBTTY updated to work with devkitARM.

Download Controller and DK Bongos Test (23 KB; includes source code and GBA binary)

GSM Player

I've ported the GSM RPE-LTP codec, which has been used in mobile phones, to the GBA. Now you can use your GBA as a portable music player, with up to 150 minutes of music on a 256 Mbit flash cart. (This program is not designed for multiboot.)

8ad codec

Audio is big. GBA carts can be as small as four megabytes. If you want to include a lot of audio on a cart, you're going to have to compress it. Here's a tool that compresses audio to 4 bits per sample using ADPCM techniques and provides for real-time playback of monaural audio using 6 percent of the GBA's CPU time. (This program is not designed for multiboot.)

If you're having problems compiling it, please read the instructions in readme.txt.

Download 8ad source code (187 KB)

The 8ad binary demo is no longer available as of February 14, 2005.

Gameshark gba drivers online

AGBTTY

AGBTTY fills in a gap in the available development tools by providing a reasonably familiar text output interface that can implement write() to stdout. It handles all control characters defined by the C language, and it has a scrollback buffer.

This works fine in (outdated) DevKit Advance R5 beta 3 but has not yet been updated to work with devkitARM. You might want to follow these instructions to get it working, or try the newer version in the bongos test.

Gameshark cheat codes

Download AGBTTY (28 KB; includes source code and GBA binary)

Vitamins

Vitamins is a falling pills game. The object is to move and rotate falling pills in line with like-colored space invaders to eliminate them. Though this is an early alpha release of Vitamins, with less than fully detailed graphics, no sound, and several options missing, let this go on record as the first native game with rules similar to Dr. Mario on the GBA platform and the smallest such game (an 18 KB binary) on any Nintendo platform.

Download Vitamins Milestone 1 (45 KB; includes source code and GBA binary; requires GBFS tools to build)

Multiboot menu

This program lets you put several GBA multiboot (.mb) programs into one ROM for use on a flash cartridge, etc. Because it uses the GBFS library to locate the programs, the programs can be any size, up to 256 KB (the maximum size of a .mb program).

It includes an 8x8 pixel monospace bitmap font designed to look slightly 'cutesy' like hand printing. It's based loosely on fonts such as Ziggy Zoe, Kristen, and the font used on the boxes of Precious Moments® merchandise. You may use this font freely in your own projects.

Updated 2020-03-19: Built with a recent version of devkitARM instead of an antiquated toolchain from 2002.

Download Multiboot Menu (25.8 KB; includes source code, binary, and a Bash script to make a ROM from several .mb programs)

GBFS

GBFS is an alternative to the hassle of the various 'incbin' hacks (such as bin2h, b2x, objcopyroda/interflip, etc.) used to put binary data (such as graphics, text, maps, and sounds) into a Game Boy Advance or Nintendo DS program. It also has the advantage that artists and musicians will be able to see the effects of revisions to their work immediately on the emulator without having to recompile the program. It's analogous to the 'appended datafile' method used in some PC games, especially those that use the Allegro library.

Use the included tools to put all your media into a GBFS file (an archive similar to a zip file but not compressed) and simply concatenate the program binary to the GBFS file containing the data. Then use the library to find binary objects by name.

TIP: If you have received a GBA or Nintendo DS program that contains the string 'PinEightGBFS'), then it uses the GBFS library. Make a copy of all data starting at the 'PinEightGBFS', and use the ungbfs program included with the GBFS distribution.

A demonstration program is included that rolls credits based on a font and text file both stored in a GBFS file. Feel free to borrow this code for your game's end credits.

Release 20060815 updates the sample program's build script for devkitARM R19b, increases the number of files that can be put into a GBFS archive, and adds notes in the manual about issues related to the Nintendo DS.

Download GBFS distribution (77 KB)

freemirror

freemirror displays an image of up to 256 colors on a Game Boy Advance system. You can use this to test mock-ups of your screen layout to make sure that they work well with the size and gamma properties of the GBA display hardware. Then it turns the display black so that you can use its scratch shield as a makeshift mirror.

Download GBA freemirror release 20020119 (35 KB)

Gameshark For Gba Emulator

Static images

Four simple graphics demos.

  • Shows that the GBA's dark display has a γ (gamma) value of 3 to 4, unlike CRT displays that have a γ of 2.2. Use this fact to gamma-correct your graphics. (The GBA SP display is similar to that of a GBA; colors on the Game Boy Player and the Nintendo DS tend to match those seen in PC based emulators.)
  • Shows one way to use GBA's affine capability to draw 6-pixel wide tiles and create an effective tile size between 8 and 16 pixels wide, useful for puzzle games.
  • Turns your GBA's display into a mirror. (Same as freemirror but without the bitmap display.)
  • Proves that the GBA display is interlaced the same way as the GBC display, with alternate lines being drawn darker and lighter in each frame. This fact could prove useful for advanced 'cheating' techniques to improve fill rate for software rendering engines already running at 30fps, as seen in 'fr018: aGb'.

Gameshark Cheat Codes

Download GBA static images demo (27 KB)

Gameshark Gba Rom

Home‎ > ‎

Apps & Drivers

This site has a ton of hacking related apps for older systems
This site has a ton of PocketStation games
XBOX360 32-bit64-bit (Windows Vista and 7 come with these drivers built in)
SplitFish FragFX
DexDrive Dexter (and many other PS1 memory card devices) PSX Game Edit page
PS3 Memory Card Adapter page for PS1 saves
EMS TopGun Driver page
GunCon2 Driver page
VB5 runtime
SelectionFile type iconFile nameDescriptionSizeRevisionTimeUser

Download
Drivers and software for the GBA Action Replay/GameShark 2382kv. 1 May 10, 2011, 4:00 PMTechni Myoko
ċ

Download
Action Replay DS Firmware 1.55 (Needed for new Pokemon games) 217kv. 1 Jan 17, 2013, 11:08 PMTechni Myoko

Download
Chocobo World from Final Fantasy 8 763kv. 3May 1, 2010, 5:47 PMTechni Myoko
ċ

Download
Drivers for the DCLink Nexus memory card cable 440kv. 1 May 8, 2011, 2:44 PMTechni Myoko

Download
Fan-made Dex Drive software 211kv. 2May 1, 2010, 5:54 PMTechni Myoko
ċ

Download
Version 1 of InterAct's DexDrive software (less bloated) 2000kv. 3May 1, 2010, 5:50 PMTechni Myoko

Download
Software that works with multiple PS1 memory card adapters. Lets you edit icons. 364kv. 2May 1, 2010, 5:51 PMTechni Myoko
ċ

Download
Version 2 of InterAct's DexDrive software 8844kv. 2May 1, 2010, 5:50 PMTechni Myoko

Download
A plugin for PSP go to let it use the right analog stick of a Dualshock 3 89kv. 1 Jan 27, 2015, 1:32 PMTechni Myoko
ċ

Download
SIXAXIS/DualShock 3 drivers 16kv. 2May 1, 2010, 5:49 PMTechni Myoko

Download
Lets you use PSP as a controller for PC/PS3 games 73kv. 2May 1, 2010, 5:49 PMTechni Myoko
ċ

Download
Lets you play PSP games using TV out on interlaced displays, and fullscreen (PSP 2000 models only) (Press both volume buttons to open the menu) 108kv. 2May 1, 2010, 5:49 PMTechni Myoko

Download
Emulates the GB Printer 357kv. 1 May 7, 2010, 12:58 PMTechni Myoko
ċ

Download
HID TopGun setup INF for Vista/Win7 5kv. 1 May 3, 2010, 5:05 PMTechni Myoko

Download
Drivers for the Ace Combat 5 (PS2) FlightStick 84kv. 2May 1, 2010, 5:51 PMTechni Myoko
ċ

Download
XP drivers for the Intel wireless base station 1246kv. 1 Jun 27, 2013, 9:10 PMTechni Myoko

Download
SEplugin (for custom firmware) for the DOSO PSW-303 (PSP) 17kv. 1 Aug 13, 2013, 9:27 PMTechni Myoko
ċ

Download
Allows use of the PS3 3DTV with Nvidia 3DPLAY softwarehttp://us.download.nvidia.com/Windows/3dtv_play/NVIDIA_3DTV_Play_Activation_Utility.exe 3kv. 2Mar 5, 2019, 5:50 PMTechni Myoko

Action Replay codes for using the Arkanoid Wheel on Mario Kart DS, and the dpad/buttons in Legend of Zelda: Phantom Hourglass 6kv. 3Aug 14, 2013, 7:30 PMTechni Myoko
ċ

Download
Some PocketStation games 3035kv. 2May 1, 2010, 5:53 PMTechni Myoko

Download
Lets you extract PocketStation games from DexDrive/GME saves, and emulate them on PC 899kv. 2May 1, 2010, 5:49 PMTechni Myoko
ċ

Download
15kv. 1 Aug 29, 2013, 6:53 PMTechni Myoko

Download
Software and drivers for the PS3 memory card adapter (PS1 saves only) 332kv. 1 Jan 17, 2013, 11:05 PMTechni Myoko
ċ

Download
Move to the TITAN TWO folder on the SD card to no longer need a PS4 controller for authorization. 1kv. 1 Jun 10, 2018, 4:14 PMTechni Myoko

Download
Drivers for PSEye (PS3) 462kv. 2May 1, 2010, 5:52 PMTechni Myoko
ċ

Download
Lets you use PSP as a second monitor (XP/Vista/7) 7702kv. 5Feb 15, 2011, 7:38 PMTechni Myoko

Download
Lets you use a controller connected to your PC, to control your PSP. As well as send video to your PC monitor 122kv. 2May 1, 2010, 5:48 PMTechni Myoko
ċ

Download
Allows any PC to connect to PS3 for RemotePlay 367kv. 1 Jun 18, 2010, 11:21 AMTechni Myoko

Download
Drivers and a test app for the Rez Trance Synthesia device 323kv. 4Apr 18, 2015, 1:56 AMTechni Myoko
ċ

Download
Lets you tell a PS3 controller what Bluetooth MAC to pair with 228kv. 1 Aug 8, 2011, 7:18 PMTechni Myoko

Download
Modern Drivers for the Steel Battalion Behemoth controller (XBOX) 17kv. 1 Sep 19, 2019, 1:47 PMTechni Myoko
ċ

Download
Drivers for the Steel Battalion Behemoth controller (XBOX) 93kv. 2May 1, 2010, 5:53 PMTechni Myoko

Download
Drivers for the Trio Linker Plus II adapter (multi) 772kv. 2May 1, 2010, 5:53 PMTechni Myoko
ċ

Download
Drivers for the PS3 uDraw GameTablet 161kv. 2May 8, 2012, 2:40 AMTechni Myoko

Download
The eboot needed for the Wildfire gaming dock for PSP. Extract it into the ?:PSPGAME folder 920kv. 1 Aug 1, 2013, 10:45 PMTechni Myoko
ċ

Download
Drivers for Original XBOX controllers and the InfraRed/Remote Control adapter 724kv. 2Aug 20, 2012, 1:04 PMTechni Myoko