aboutsummaryrefslogtreecommitdiff
path: root/src/GBACart.cpp
Commit message (Expand)AuthorAge
* Refactor `NDS` and `DSi` to be objects (#1893)Jesse Talavera-Greenberg2023-11-28
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* Move GBACart-related global state into objects (#1870)Jesse Talavera-Greenberg2023-11-08
* update copyright yearsArisotura2023-11-04
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* Split the cart parsing and loading steps (#1707)Jesse Talavera-Greenberg2023-06-30
* Expose SRAM pointers for frontends that manage save data their own way (#1643)Jesse Talavera-Greenberg2023-03-27
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* fix copyright headersArisotura2022-03-07
* fix the GBA cart save shito, I guessArisotura2022-03-04
* update copyright headersArisotura2022-01-09
* Custom path support (#1333)Arisotura2022-01-07
* GBACart: simulate open-bus decay roughly. fixes #1093Arisotura2021-05-04
* Fix some compiler warningsWaluigiWare642021-05-03
* Cart refactor (#1073)Arisotura2021-04-25
* Update copyright year and add missing GPL headers part 2WaluigiWare642021-03-21
* Add FreeBSD support (#939)WaluigiWare642021-01-22
* Polish up archive support (#930)Madhav Kanbur2021-01-22
* 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