aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.cpp
Commit message (Expand)AuthorAge
...
* 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
* | * base for potentially re-encrypting modcrypt, doesn't seem to be required? b...Arisotura2019-08-07
* | support DSi-mode cartsArisotura2019-08-04
* | * add SCFG_EXTArisotura2019-07-03
|/
* * move melon_fopen_local() to Platform.cppArisotura2019-03-27
* move melon_fopen() to Platform.cppArisotura2019-03-27
* woopsArisotura2019-03-26
* NDSCart: KEY1-gap delays don't apply when the WR bit is set. fixes #377Arisotura2019-03-26
* also, update copyright nameArisotura2019-01-22
* redesign main emu loop to use timestamps instead of being a trainwreckStapleButter2019-01-05
* make nocashprint work from ARM code too.StapleButter2018-12-31
* oopsStapleButter2018-12-31
* add support for 128K EEPROM (Pokémon Mystery Dungeon - Explorers of Sky)StapleButter2018-12-31
* ROM list by game code rather than CRCStapleButter2018-12-31
* init savemem to 0xFF instead of 0x00.StapleButter2018-12-30
* start work on NAND shito.StapleButter2018-12-12
* can't hurt to fix that, either, I guessStapleButter2018-12-12
* use melon_fopen_local() for romlist.bin.StapleButter2018-12-11
* (finally) axe trainwreck savetype-autodetect code.StapleButter2018-12-11
* add code that searches into romlist.binStapleButter2018-12-11
* blarg.StapleButter2018-12-11
* separate SRAM setting coded, I guessStapleButter2018-10-24
* * code function for relocating the savefile.StapleButter2018-10-23
* pass savefile name to NDS::LoadROM() instead of having the core generate it.StapleButter2018-10-23
* a bit moar of itStapleButter2018-10-18
* fixor copyright years.StapleButter2018-09-15
* quick attempt at supercard emulation. really uglyStapleButter2018-04-27
* start work on DLDI, with some (very haxy) patching so it can do interesting t...StapleButter2018-04-27
* Pass correct number of arguments to printf.Anthony J. Bentley2017-12-06
* add fopen wrapper to support UTF8 paths/filenames under Windows.StapleButter2017-10-11
* fail gracefully when ROM loading failsStapleButter2017-10-11
* 3D: revise fog calculation to match hardware (emulate precision loss and over...StapleButter2017-08-16
* add basic response for Pokémon IR transceiver (SPI command 08). lets your po...StapleButter2017-07-15
* implement transfer delays for both SPI bussesStapleButter2017-07-15
* also fix the bug for cart SPIStapleButter2017-06-26
* new save heuristic. atleast Scribblenauts doesn't lose its shit now.StapleButter2017-06-25