aboutsummaryrefslogtreecommitdiff
path: root/src/GBACart.cpp
Commit message (Expand)AuthorAge
* Split GBA Reset and Eject logic into two setsRaphaël Zumer2019-12-22
* Only store the GBA ROM header in save statesRaphaël Zumer2019-12-22
* Skip saving/loading GBA flash state if SRAM is nullRaphaël Zumer2019-12-22
* Implement DoSavestate() for GBACart classesRaphaël Zumer2019-12-19
* Add DoSavestate() function to GBACart_SolarSensorRaphaël Zumer2019-12-18
* Properly pass through GBA GPIO writesRaphaël Zumer2019-12-10
* Hook up solar sensor control to the UIRaphaël Zumer2019-12-10
* Implement solar sensor processingRaphaël Zumer2019-12-10
* Add basic GBA GPIO support, solar sensor detectionRaphaël Zumer2019-12-10
* Rename SRAMFlash to SRAMFlashStateRaphaël Zumer2019-12-10
* Clarify comments and credit DeSmuME for Flash I/ORaphaël Zumer2019-12-10
* Fix GBA Flash read/writes and clean upRaphaël Zumer2019-12-09
* Implement GBA cartridge Flash reading and writingRaphaël Zumer2019-12-09
* Eject GBA cartridges on stop from the UIRaphaël Zumer2019-12-09
* Add a framework to support non-SRAM GBA savesRaphaël Zumer2019-12-09
* Handle GBA cartridge SRAM writesRaphaël Zumer2019-12-08
* Reset GBA cartridge state when loading a new ROMRaphaël Zumer2019-12-08
* Add GBA cart model and allow reading from itRaphaël Zumer2019-12-08