Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Make "unknown IO" messages consistent, all including value and PC. | Dario Nieuwenhuis | 2018-05-24 | |
| | | ||||
| * | Make Main RAM size configurable in a single place. | Dario Nieuwenhuis | 2018-05-24 | |
| | | ||||
* | | separate SRAM setting coded, I guess | StapleButter | 2018-10-24 | |
| | | ||||
* | | pass savefile name to NDS::LoadROM() instead of having the core generate it. | StapleButter | 2018-10-23 | |
| | | ||||
* | | rewrite how structures are stored to savestates (store individual fields, to ↵ | StapleButter | 2018-10-21 | |
| | | | | | | | | | | | | | | | | avoid compatibility issues) also fixes stability issues when 3D is involved. turns out we were storing raw pointers to vertices. figures more crapo code to get around that, but atleast it works without asploding now. | |||
* | | don't store BIOS in savestates. no point doing so. | StapleButter | 2018-10-19 | |
| | | ||||
* | | aight, wifi done | StapleButter | 2018-10-18 | |
| | | ||||
* | | I guess that might have malfunctioned | StapleButter | 2018-10-18 | |
| | | ||||
* | | more procrastinating before actually starting savestatez0ring wifi. | StapleButter | 2018-10-18 | |
| | | | | | | | | I need to pee | |||
* | | RTC done. misc shito. | StapleButter | 2018-10-18 | |
| | | ||||
* | | SPI done | StapleButter | 2018-10-18 | |
| | | ||||
* | | SPU done | StapleButter | 2018-10-18 | |
| | | ||||
* | | GPU done | StapleButter | 2018-10-18 | |
| | | ||||
* | | fix code that would have fucking asploded | StapleButter | 2018-10-18 | |
| | | ||||
* | | savestate shito: fix compile errors. | StapleButter | 2018-10-18 | |
| | | | | | | | | still far from being finished, so avoid using unless you want to spawn blackholes or some pretty bad shit. | |||
* | | zlarg | StapleButter | 2018-09-15 | |
| | | ||||
* | | moar progress on it | StapleButter | 2018-09-15 | |
| | | ||||
* | | start implementing actual shito | StapleButter | 2018-09-15 | |
| | | | | | | | | (also looks like the test bench in libui_sdl/main.cpp snuck in with the copyright update. shit) | |||
* | | fixor copyright years. | StapleButter | 2018-09-15 | |
|/ | ||||
* | direct boot: init cart ID from NDSCart::CartID instead of hardcoding it | StapleButter | 2018-04-27 | |
| | ||||
* | init AUXSPICNT to 0x8000. | StapleButter | 2018-04-27 | |
| | | | | (guess sloppy DLDI drivers expect that) | |||
* | Add 32bit IPCSYNC reads and writes. | Dario Nieuwenhuis | 2018-04-24 | |
| | ||||
* | Load bios, firmware and melonDS.ini from executable or ~/.config/melonds or ↵ | Zion Nimchuk | 2018-01-11 | |
| | | | | AppData | |||
* | wifi: implement increment for txheader[4] | StapleButter | 2018-01-04 | |
| | ||||
* | comment out some unwanted printf's | StapleButter | 2017-12-07 | |
| | ||||
* | (finally) fix sound | StapleButter | 2017-11-11 | |
| | | | | | | * reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture | |||
* | properly reset IE/IF, fixes some reset issues. | StapleButter | 2017-11-09 | |
| | ||||
* | fail gracefully when ROM loading fails | StapleButter | 2017-10-11 | |
| | ||||
* | fix ARM7 BIOSPROT. not that it matters. | StapleButter | 2017-10-02 | |
| | ||||
* | implement 8bit reads to div/sqrt registers. | StapleButter | 2017-10-02 | |
| | | | | | | | RaymanDS showed some interest for that, so there we go. RaymanDS still fucks up. RaymanDS is a pile of shit. melonDS is bad at timings. | |||
* | fix bugs with SPI shutdown | StapleButter | 2017-10-01 | |
| | ||||
* | actual joystick input | StapleButter | 2017-09-30 | |
| | | | | also sync keyboard input nicely | |||
* | make it a menu option while we're at it | StapleButter | 2017-09-21 | |
| | ||||
* | add support for SPI shutdown, btw | StapleButter | 2017-09-21 | |
| | ||||
* | add some more GPU IO | StapleButter | 2017-07-23 | |
| | ||||
* | * FPS counter displays target framerate | StapleButter | 2017-07-21 | |
| | | | | * fix potential hang and out-of-bounds drawing when VCount is modified during drawing | |||
* | while we're at it: emulate div/sqrt timings | StapleButter | 2017-07-15 | |
| | ||||
* | support 16-bit reads to the div/sqrt registers | StapleButter | 2017-07-05 | |
| | ||||
* | proper display FIFO emulation | StapleButter | 2017-06-26 | |
| | ||||
* | new save heuristic. atleast Scribblenauts doesn't lose its shit now. | StapleButter | 2017-06-25 | |
| | | | | shut up shibs | |||
* | add support for 16bit IE reads/writes (fixes #66) | StapleButter | 2017-06-24 | |
| | ||||
* | wifi: fix for MP replies. | StapleButter | 2017-06-18 | |
| | | | | | clean up code. make packet logging conditional. | |||
* | wifi: fix IRQ14 emulation. other fixes and attempts. | StapleButter | 2017-06-13 | |
| | ||||
* | fix timing issue with ARM7 DMA (occasionally crapoed the 'Nintendo DS' sound ↵ | StapleButter | 2017-06-12 | |
| | | | | when booting the firmware) | |||
* | wifi: cmd timer | StapleButter | 2017-06-05 | |
| | ||||
* | wifi: fix TX start logic (it is possible to write TXREQ then TXLOC) | StapleButter | 2017-06-05 | |
| | ||||
* | * bump version number | StapleButter | 2017-06-04 | |
| | | | | | * implement 32bit reads to keypad registers * also implement RCNT more properly | |||
* | salvage socket init code | StapleButter | 2017-05-11 | |
| | ||||
* | woops | StapleButter | 2017-05-10 | |
| | ||||
* | add support for writing to VCount. incl. fucked-up display and altering ↵ | StapleButter | 2017-05-10 | |
| | | | | framerate accordingly. |