aboutsummaryrefslogtreecommitdiff
path: root/src/DSi.cpp
Commit message (Expand)AuthorAge
* Refactor the JIT to be object-oriented (#1879)Jesse Talavera-Greenberg2023-11-18
* Refactor the GPU to be object-oriented (#1873)Jesse Talavera-Greenberg2023-11-09
* Move NDSCart-related global state into objects (#1871)Jesse Talavera-Greenberg2023-11-09
* convert DSPArisotura2023-11-05
* convert DSi I2C and cameraArisotura2023-11-04
* convert AESArisotura2023-11-04
* update copyright yearsArisotura2023-11-04
* get this started: refactor SPI in OOPArisotura2023-11-03
* RTC revamp (#1867)Arisotura2023-10-30
* Miscellaneous DSi NAND fixes (#1852)Jesse Talavera-Greenberg2023-10-24
* Refactor DSi_NAND (#1844)Jesse Talavera-Greenberg2023-10-11
* Add some structs for files that DSi_NAND reads (#1842)Jesse Talavera-Greenberg2023-10-02
* Refactor the core's handling of firmware and BIOS images to rely less on the ...Jesse Talavera-Greenberg2023-09-18
* Make the NDS teardown more robust (#1798)Jesse Talavera-Greenberg2023-09-15
* Reduce code stink (#1818)jdp_2023-08-28
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* DSi: add option to boot the full boot ROMs (#1581)PoroCYon2023-07-16
* Split the cart parsing and loading steps (#1707)Jesse Talavera-Greenberg2023-06-30
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* fix up DSi direct bootArisotura2022-10-28
* force-align all read/write accesses. fixes #1540 (unaligned DMA address)Arisotura2022-10-22
* more DSP unfucking: make Teakra directly use melonDS's NWRAM banks instead of...Arisotura2022-10-14
* unfuck the DSP enough that it will actually run codeArisotura2022-10-11
* unfuck the DSP code someArisotura2022-10-10
* properly stop any started cameras upon reset/shutdownArisotura2022-10-02
* actual DSi camera support (#1520)Arisotura2022-10-02
* properly make the DSi NAND instance-uniqueArisotura2022-09-23
* fix SCFG_MC cartridge inserted bitRSDuck2022-08-21
* implement 8- and 16-bit DSi AES register accessesRSDuck2022-08-21
* basic implementation of SNDExCntRSDuck2022-08-21
* add support for the mainRAM mirror at 0x0C000000 in DSi mode, makes SM64DSi w...Arisotura2022-04-10
* update copyright headersArisotura2022-01-09
* Custom path support (#1333)Arisotura2022-01-07
* what.Arisotura2021-11-22
* ensure shit doesn't asplode atleast until this code is redoneArisotura2021-11-21
* remove remains of SDIOFileArisotura2021-11-21
* make firmware settings override also apply in DSi modeArisotura2021-11-20
* * remove more Config dependencies from the coreArisotura2021-11-17
* blargArisotura2021-10-28
* more complete (and accurate) CP15 setup for direct bootArisotura2021-10-28
* DMA timing renovation (#1207)Arisotura2021-08-31
* * add TSC shitoArisotura2021-08-30
* actually make DSi-mode direct boot work to some extentArisotura2021-08-30
* having fun with fatfs (#1189)Arisotura2021-08-24
* Fix for https://github.com/Arisotura/melonDS/issues/1169 (#1171)DesperateProgrammer2021-08-02
* NWRAM & Direct Boot (#1149)DesperateProgrammer2021-07-23
* Fallback to backup DSi Footer in NAND Image (#1154)DesperateProgrammer2021-07-13
* Add PoroCYon's DSP code. (#1123)purringChaos2021-06-06
* PRIu64 requires inttypes.h to be includedRSDuck2021-06-05
* Use printf macro for u64WaluigiWare642021-05-16