aboutsummaryrefslogtreecommitdiff
path: root/src/teakra
Commit message (Collapse)AuthorAge
* comment out semaphore shit in teakraArisotura2022-10-25
|
* Make clang shut up about -Wno-error=maybe-uninitialized in teakraNadia Holmquist Pedersen2022-10-23
|
* more fun DSP fixesArisotura2022-10-17
| | | | | | * aac.a thinks it is funny to start DMA by writing to 8184 directly * implement retd (gross hack!!) * remove another unimplemented exception (wat)
* 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)
* actual DSi camera support (#1520)Arisotura2022-10-02
| | | basically feeding something that isn't a fixed stripe pattern, and emulating enough of the camera hardware to make this work
* Update teakra (fixes #1441)Nadia Holmquist Pedersen2022-05-13
|
* 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