aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_DSP.cpp
Commit message (Collapse)AuthorAge
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
| | | | | | | | | | | | | * Add Platform::Log and Platform::LogLevel * Replace most printf calls with Platform::Log calls * Move a brace down * Move some log entries to one Log call - Some implementations of Log may assume a full line * Log the MAC address as LogLevel::Info
* I don't think NWRAMMask is relevant hereArisotura2022-10-14
|
* more DSP unfucking: make Teakra directly use melonDS's NWRAM banks instead ↵Arisotura2022-10-14
| | | | of trying to translate to a flat buffer, fixes bugs with the way the memory banks are ordered etc
* unfuck the DSP enough that it will actually run codeArisotura2022-10-11
| | | | (don't get your hopes up, it's still pretty much a trainwreck)
* unfuck the DSP code someArisotura2022-10-10
| | | | (still doesn't work)
* basic implementation of SNDExCntRSDuck2022-08-21
| | | | | isn't hooked up to the DSP or microphone though fixes memory abort in TwilightMenu
* Custom path support (#1333)Arisotura2022-01-07
| | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
* misc. DSP fixoringArisotura2021-09-11
| | | | (still doesn't work)
* actually make DSi-mode direct boot work to some extentArisotura2021-08-30
|
* Add PoroCYon's DSP code. (#1123)purringChaos2021-06-06
* Add PoroCYon's DSP code. * Remove some teakra iles that we dont need. * make some requested changes. * move DataMemoryOffset into namespace. * use deault param. * ad the switch change * <Generic> forget about the default parameter