aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.cpp
Commit message (Expand)AuthorAge
* disable DSi mode cartridge protection when DSi header is borkedRSDuck2023-05-11
* pointless micro optimisationsRSDuck2023-04-28
* 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
* merge local_wifi (#1516)Arisotura2022-09-22
* Fix reading banner from homebrew ROMsRayyan Ansari2022-09-02
* fix SCFG_MC cartridge inserted bitRSDuck2022-08-21
* make invalid SPI memory commands return 0xFF. fixes #1366 (Dementium II check...Arisotura2022-03-14
* fix some gaps in the SPI/cart implementationsArisotura2022-03-14
* * support patching multiple DLDI interfacesArisotura2022-03-12
* update copyright headersArisotura2022-01-09
* explicitly eject the cart before a load with reset, preventing a spurious car...Arisotura2022-01-08
* Custom path support (#1333)Arisotura2022-01-07
* DLDI/SD folder-sync apparatus (#1251)Arisotura2021-10-28
* actually make DSi-mode direct boot work to some extentArisotura2021-08-30
* NDSCart: correctly restrict reading the DSi region on DSi cartsArisotura2021-07-22
* Add ROM Header struct and ROM info dialog (#1095)WaluigiWare642021-07-02
* add missing default return value. fixes #1105Arisotura2021-06-20
* Propagate common ImportSRAM return value from NAND cartridge function (#1104)Raphaël Zumer2021-05-16
* NDSCart: enforce WR bit.Arisotura2021-05-03
* er, oopsArisotura2021-05-01
* er, all cart types might want to have teh B8 commandArisotura2021-04-30
* cart: ensure each set of commands can only be run in the correct command mode.Arisotura2021-04-30
* fill most gaps in ROM listArisotura2021-04-30
* support savemem for Face Training (NAND, atleast 32MB, likely 64MB)Arisotura2021-04-30
* Cart refactor (#1073)Arisotura2021-04-25
* Update copyright year and add missing GPL headers part 2WaluigiWare642021-03-21
* SRAM things (#970)SuuperW2021-02-23
* Polish up archive support (#930)Madhav Kanbur2021-01-22
* Improved SRAM performance (#925)Kimmy Andersson2021-01-09
* don't calculate the CRC checksum of ROMs on loadRSDuck2020-12-30
* delay savefile flush to the end of the frameRSDuck2020-11-11
* flush to file after importing SRAMRSDuck2020-10-06
* add functionality to import savefilesRSDuck2020-09-11
* actually add DLDI. bahahahhhArisotura2020-09-03
* remove requirement for initmem7/9.bin (but this requires augmented BIOS dumps...Arisotura2020-06-02
* make it able to switch between DS and DSi modesArisotura2020-06-01
* Merge remote-tracking branch 'remotes/origin/master' into melonDSiArisotura2020-05-30
|\
| * embed romlist.binArisotura2020-05-30
| * make it able to map the Tab keyArisotura2020-05-20
| * minor fixArisotura2020-05-17
* | fix shito.Arisotura2020-05-30
* | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSiArisotura2020-05-30
|\|
| * should probably be a strncmp() and not strncasecmp()Arisotura2020-03-30
| * properly handle ROMs with encrypted secure areaArisotura2020-03-30
| * Merge pull request #546 from nadiaholmquist/feature/unix-xdgArisotura2020-01-28
| |\
| | * Add a UNIX_PORTABLE build option, turning it off makes a build of melonDS sui...Nadia Holmquist Pedersen2019-12-04
| * | Fix "é" character encoding in NDS.cppRaphaël Zumer2019-12-09
| * | Remove unused Write function in NDSCartRaphaël Zumer2019-12-09
| |/
* | * some fixes to SD controller support, make it clear that there is no SD inse...Arisotura2019-10-19