Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for almost all Gen III games | slipstream/RoL | 2017-02-20 | 7 | -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 fork | slipstream/RoL | 2017-02-19 | 5 | -233/+444 |
| | | | | Forking gba-link-cable-dumper to gba-gen3multiboot | ||||
* | -added the ability to clear the save on the gba cartridge directly | FIX94 | 2016-07-21 | 1 | -8/+17 |
| | |||||
* | -make sure to correct filenames with invalid filesystem characters (issue #3) | FIX94 | 2016-04-22 | 1 | -1/+1 |
| | | | | -corrected the si transfer delay code to only have one properly set delay | ||||
* | added gba bios dumping | FIX94 | 2016-04-10 | 1 | -2/+28 |
| | |||||
* | general cleanup | FIX94 | 2016-04-10 | 2 | -131/+63 |
| | |||||
* | fixed up eeprom support | FIX94 | 2016-04-09 | 1 | -6/+11 |
| | |||||
* | added experimental save support (only tested with EEPROM) | FIX94 | 2016-04-08 | 3 | -20/+818 |
| | |||||
* | first commit, enjoy | FIX94 | 2016-04-08 | 2 | -0/+262 |