index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GBACart.cpp
Commit message (
Expand
)
Author
Age
*
Support GBA .sav file with appended .rtc (#1927)
Samuel Magnan
2023-12-24
*
Fix an incorrect use of `std::move` (#1919)
Jesse Talavera
2023-12-16
*
Add a call to `std::move` that I missed (#1917)
Jesse Talavera
2023-12-15
*
Refactor how save data (including SD cards) is initialized (#1898)
Jesse Talavera
2023-12-04
*
Refactor `NDS` and `DSi` to be objects (#1893)
Jesse Talavera-Greenberg
2023-11-28
*
Move all core types into namespaces (#1886)
Jesse Talavera-Greenberg
2023-11-25
*
Move GBACart-related global state into objects (#1870)
Jesse Talavera-Greenberg
2023-11-08
*
update copyright years
Arisotura
2023-11-04
*
Assorted portability enhancements (#1800)
Jesse Talavera-Greenberg
2023-08-18
*
Split the cart parsing and loading steps (#1707)
Jesse Talavera-Greenberg
2023-06-30
*
Expose SRAM pointers for frontends that manage save data their own way (#1643)
Jesse Talavera-Greenberg
2023-03-27
*
Introduce `Platform::Log` (#1640)
Jesse Talavera-Greenberg
2023-03-23
*
fix copyright headers
Arisotura
2022-03-07
*
fix the GBA cart save shito, I guess
Arisotura
2022-03-04
*
update copyright headers
Arisotura
2022-01-09
*
Custom path support (#1333)
Arisotura
2022-01-07
*
GBACart: simulate open-bus decay roughly. fixes #1093
Arisotura
2021-05-04
*
Fix some compiler warnings
WaluigiWare64
2021-05-03
*
Cart refactor (#1073)
Arisotura
2021-04-25
*
Update copyright year and add missing GPL headers part 2
WaluigiWare64
2021-03-21
*
Add FreeBSD support (#939)
WaluigiWare64
2021-01-22
*
Polish up archive support (#930)
Madhav Kanbur
2021-01-22
*
Split GBA Reset and Eject logic into two sets
Raphaël Zumer
2019-12-22
*
Only store the GBA ROM header in save states
Raphaël Zumer
2019-12-22
*
Skip saving/loading GBA flash state if SRAM is null
Raphaël Zumer
2019-12-22
*
Implement DoSavestate() for GBACart classes
Raphaël Zumer
2019-12-19
*
Add DoSavestate() function to GBACart_SolarSensor
Raphaël Zumer
2019-12-18
*
Properly pass through GBA GPIO writes
Raphaël Zumer
2019-12-10
*
Hook up solar sensor control to the UI
Raphaël Zumer
2019-12-10
*
Implement solar sensor processing
Raphaël Zumer
2019-12-10
*
Add basic GBA GPIO support, solar sensor detection
Raphaël Zumer
2019-12-10
*
Rename SRAMFlash to SRAMFlashState
Raphaël Zumer
2019-12-10
*
Clarify comments and credit DeSmuME for Flash I/O
Raphaël Zumer
2019-12-10
*
Fix GBA Flash read/writes and clean up
Raphaël Zumer
2019-12-09
*
Implement GBA cartridge Flash reading and writing
Raphaël Zumer
2019-12-09
*
Eject GBA cartridges on stop from the UI
Raphaël Zumer
2019-12-09
*
Add a framework to support non-SRAM GBA saves
Raphaël Zumer
2019-12-09
*
Handle GBA cartridge SRAM writes
Raphaël Zumer
2019-12-08
*
Reset GBA cartridge state when loading a new ROM
Raphaël Zumer
2019-12-08
*
Add GBA cart model and allow reading from it
Raphaël Zumer
2019-12-08