| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | actually add DLDI. bahahahhh | Arisotura | 2020-09-03 | |
| | | ||||
| * | remove requirement for initmem7/9.bin (but this requires augmented BIOS ↵ | Arisotura | 2020-06-02 | |
| | | | | | dumps, we'll get there) | |||
| * | make it able to switch between DS and DSi modes | Arisotura | 2020-06-01 | |
| | | ||||
| * | Merge remote-tracking branch 'remotes/origin/master' into melonDSi | Arisotura | 2020-05-30 | |
| |\ | ||||
| | * | embed romlist.bin | Arisotura | 2020-05-30 | |
| | | | ||||
| | * | make it able to map the Tab key | Arisotura | 2020-05-20 | |
| | | | ||||
| | * | minor fix | Arisotura | 2020-05-17 | |
| | | | ||||
| * | | fix shito. | Arisotura | 2020-05-30 | |
| | | | ||||
| * | | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 | |
| |\| | ||||
| | * | should probably be a strncmp() and not strncasecmp() | Arisotura | 2020-03-30 | |
| | | | ||||
| | * | properly handle ROMs with encrypted secure area | Arisotura | 2020-03-30 | |
| | | | ||||
| | * | Merge pull request #546 from nadiaholmquist/feature/unix-xdg | Arisotura | 2020-01-28 | |
| | |\ | | | | | | | Make melonDS properly installable systemwide on UNIX systems | |||
| | | * | Add a UNIX_PORTABLE build option, turning it off makes a build of melonDS ↵ | Nadia Holmquist Pedersen | 2019-12-04 | |
| | | | | | | | | | | | | | suitable for systemwide installation. | |||
| | * | | Fix "é" character encoding in NDS.cpp | Raphaël Zumer | 2019-12-09 | |
| | | | | ||||
| | * | | Remove unused Write function in NDSCart | Raphaël Zumer | 2019-12-09 | |
| | |/ | ||||
| * | | * some fixes to SD controller support, make it clear that there is no SD ↵ | Arisotura | 2019-10-19 | |
| | | | | | | | | | | | | | | | | | | | inserted, makes Flipnote work somewhat better * immediately clear AES busy flag when the block count is zero (occurs when loading DSi cart games) * implement NDMA start modes that have an old-DMA equivalent (except for GXFIFO mode) now it boots DSi carts! | |||
| * | | * base for potentially re-encrypting modcrypt, doesn't seem to be required? ↵ | Arisotura | 2019-08-07 | |
| | | | | | | | | | | | | | but can also serve to decrypt it * revise SD IRQ behavior (fixing potential hang when loading DS games) | |||
| * | | support DSi-mode carts | Arisotura | 2019-08-04 | |
| | | | | | | | | | except they need to have the DSi-mode shit encrypted | |||
| * | | * add SCFG_EXT | Arisotura | 2019-07-03 | |
| |/ | | | | * quick hack to detect cartridges | |||
| * | * move melon_fopen_local() to Platform.cpp | Arisotura | 2019-03-27 | |
| | | | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp | |||
| * | move melon_fopen() to Platform.cpp | Arisotura | 2019-03-27 | |
| | | | | | melon_fopen_local() will need fixoring | |||
| * | woops | Arisotura | 2019-03-26 | |
| | | ||||
| * | NDSCart: KEY1-gap delays don't apply when the WR bit is set. fixes #377 | Arisotura | 2019-03-26 | |
| | | ||||
| * | also, update copyright name | Arisotura | 2019-01-22 | |
| | | ||||
| * | redesign main emu loop to use timestamps instead of being a trainwreck | StapleButter | 2019-01-05 | |
| | | | | | | | | | * cleaner code * faster in some cases * more accurate (on-demand compensation for timers and GPU) * less prone to desyncs * overall betterer | |||
| * | make nocashprint work from ARM code too. | StapleButter | 2018-12-31 | |
| | | | | | fixes #315 | |||
| * | oops | StapleButter | 2018-12-31 | |
| | | ||||
| * | add support for 128K EEPROM (Pokémon Mystery Dungeon - Explorers of Sky) | StapleButter | 2018-12-31 | |
| | | | | | | | fixes #344 also, fix save type for Puzzler World (plain old 8K EEPROM. not sure why the Wood entry was different) | |||
| * | ROM list by game code rather than CRC | StapleButter | 2018-12-31 | |
| | | ||||
| * | init savemem to 0xFF instead of 0x00. | StapleButter | 2018-12-30 | |
| | | ||||
| * | start work on NAND shito. | StapleButter | 2018-12-12 | |
| | | ||||
| * | can't hurt to fix that, either, I guess | StapleButter | 2018-12-12 | |
| | | ||||
| * | use melon_fopen_local() for romlist.bin. | StapleButter | 2018-12-11 | |
| | | | | | bump version number up. | |||
| * | (finally) axe trainwreck savetype-autodetect code. | StapleButter | 2018-12-11 | |
| | | | | | | pull that from ROM database. for now, assume EEPROM 64k if not found, or null for homebrew. | |||
| * | add code that searches into romlist.bin | StapleButter | 2018-12-11 | |
| | | ||||
| * | blarg. | StapleButter | 2018-12-11 | |
| | | | | | also, calculate ROM CRC. | |||
| * | separate SRAM setting coded, I guess | StapleButter | 2018-10-24 | |
| | | ||||
| * | * code function for relocating the savefile. | StapleButter | 2018-10-23 | |
| | | | | | | * don't bitch at the user when trying to load a savestate file that doesn't exist. * grey out 'load state' items if there is no file. | |||
| * | pass savefile name to NDS::LoadROM() instead of having the core generate it. | StapleButter | 2018-10-23 | |
| | | ||||
| * | a bit moar of it | StapleButter | 2018-10-18 | |
| | | | | | | | brick by brick, file by file, we will destroy capitalism and make savestates work, maybe | |||
| * | fixor copyright years. | StapleButter | 2018-09-15 | |
| | | ||||
| * | quick attempt at supercard emulation. really ugly | StapleButter | 2018-04-27 | |
| | | ||||
| * | start work on DLDI, with some (very haxy) patching so it can do interesting ↵ | StapleButter | 2018-04-27 | |
| | | | | | things | |||
| * | Pass correct number of arguments to printf. | Anthony J. Bentley | 2017-12-06 | |
| | | ||||
| * | add fopen wrapper to support UTF8 paths/filenames under Windows. | StapleButter | 2017-10-11 | |
| | | ||||
| * | fail gracefully when ROM loading fails | StapleButter | 2017-10-11 | |
| | | ||||
| * | 3D: revise fog calculation to match hardware (emulate precision loss and ↵ | StapleButter | 2017-08-16 | |
| | | | | | overflow with big shifts) | |||
| * | add basic response for Pokémon IR transceiver (SPI command 08). lets your ↵ | StapleButter | 2017-07-15 | |
| | | | | | pokémon gain EXP. | |||
| * | implement transfer delays for both SPI busses | StapleButter | 2017-07-15 | |
| | | | | | also make microphone input return 0x800 | |||
| * | also fix the bug for cart SPI | StapleButter | 2017-06-26 | |
| | | ||||