aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
Commit message (Expand)AuthorAge
* NWRAM & Direct Boot (#1149)DesperateProgrammer2021-07-23
* shut up DSi-IO warningsArisotura2021-07-17
* only recalculate GBA slot timing if necessaryRSDuck2021-06-27
* Use printf format macro hereWaluigiWare642021-06-07
* PRIu64 requires inttypes.h to be includedRSDuck2021-06-05
* Implement NO$GBA debug registers. (#1110)Pedro2021-05-27
* GBACart: simulate open-bus decay roughly. fixes #1093Arisotura2021-05-04
* Fix some compiler warningsWaluigiWare642021-05-03
* Cart refactor (#1073)Arisotura2021-04-25
* update copyright year and add missing GPL headersRSDuck2021-03-12
* separate GPU2D registers and rendererRSDuck2021-02-27
* Fix edge case in the division engine, fix edge case in the CPU (#1003)wheremyfoodat2021-02-19
* Allow for a more modular renderer backends (#990)Wunk2021-02-09
* fixes to the threadedness of the sw rasteriserRSDuck2021-01-26
* Polish up archive support (#930)Madhav Kanbur2021-01-22
* Implement "lag frame" flag and counter (#949)SuuperW2021-01-21
* Improved SRAM performance (#925)Kimmy Andersson2021-01-09
* make FIFO size static whene possibleRSDuck2020-12-30
* add palette and OAM dirty flagRSDuck2020-12-23
* don't axe error bits when writing to IPCFIFOCNT. fixes #801Arisotura2020-12-11
* remove some debug crapArisotura2020-12-10
* Merge remote-tracking branch 'remotes/origin/master' into dsi_cameraArisotura2020-12-04
|\
| * fix DSi mode with interpreterRSDuck2020-11-26
| * harmless DMA micro optimisationRSDuck2020-11-16
| * prevent use after freeRSDuck2020-11-16
| * make audio output thread safe(r?)RSDuck2020-11-15
| * delay savefile flush to the end of the frameRSDuck2020-11-11
| * Added 8/16-bit IPCFIFOSEND writesHypnotron2020-10-29
* | fix to timers (ZXDS no longer runs slow as shit)Arisotura2020-10-27
* | Merge branch 'master' into dsi_cameraArisotura2020-10-26
|\|
| * add a few missing 32bit I/O accesses (IPC, SPI)Arisotura2020-10-25
| * add functionality to import savefilesRSDuck2020-09-11
| * remove some UBRSDuck2020-09-04
* | messin' aroundArisotura2020-09-08
|/
* actually add DLDI. bahahahhhArisotura2020-09-03
* Fix a typoqeeg2020-08-31
* DSi: make ARM9-clock-selector actually workArisotura2020-08-17
* check DSi interrupts for halted processor wakeupRSDuck2020-07-27
* Merge remote-tracking branch 'upstream/slirp' into slirp-mergeNadia Holmquist Pedersen2020-07-26
|\
| * * take nwifi forward someArisotura2020-06-15
* | fix build with JIT disabledRSDuck2020-07-25
* | SPU: delay channel start until whenever it can actually start. fixes maxmod i...Arisotura2020-07-23
* | make linux work and fix a few bugsRSDuck2020-07-04
* | reconcile DSi and JIT, fastmem for x64 and WindowsRSDuck2020-06-30
* | first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16
* | Merge branch 'generic_jit' of https://github.com/Arisotura/melonDS into gener...RSDuck2020-06-16
|\ \
| * | rewrite JIT memory emulationRSDuck2020-06-16
| * | integrate changes from ARM64 backend and moreRSDuck2020-06-16
| * | new block cache and much more...RSDuck2020-06-16
| * | fix uninitialised memory mappingRSDuck2020-06-16