about summary refs log tree commit diff stats
path: root/gba
Commit message (Collapse)AuthorAgeFilesLines
* Add support for almost all Gen III gamesslipstream/RoL2017-02-207-15/+299
| | | | | | | | | | | | The only Gen III game unsupported should be Pokémon LeafGreen v1.1 (Japan); as it is undumped. A couple of bugs have also been fixed. The code has also been refactored a little; now payload code goes into `payload.c`. The codebase is also ready for a planned future change to include savedata structure definitions. This will be done when it's done -- PRs to help would be appreciated!
* Initial commit of the forkslipstream/RoL2017-02-195-233/+444
| | | | Forking gba-link-cable-dumper to gba-gen3multiboot
* -added the ability to clear the save on the gba cartridge directlyFIX942016-07-211-8/+17
|
* -make sure to correct filenames with invalid filesystem characters (issue #3)FIX942016-04-221-1/+1
| | | | -corrected the si transfer delay code to only have one properly set delay
* added gba bios dumpingFIX942016-04-101-2/+28
|
* general cleanupFIX942016-04-102-131/+63
|
* fixed up eeprom supportFIX942016-04-091-6/+11
|
* added experimental save support (only tested with EEPROM)FIX942016-04-083-20/+818
|
* first commit, enjoyFIX942016-04-082-0/+262