aboutsummaryrefslogtreecommitdiff
path: root/NDS.cpp
Commit message (Expand)AuthorAge
* * GXFIFO DMA (note: Mario Slam Basketball keeps overflowing the FIFO for what...StapleButter2017-02-08
* GXFIFO finished. hacktastic integration into the ARM9 loop.StapleButter2017-02-08
* well, GX FIFO base. noting that for now, it doesn't do much beyond getting fu...StapleButter2017-02-07
* rework FIFO crap so it can also be used for the GXFIFO crapo.StapleButter2017-02-07
* * lay base for 3D engineStapleButter2017-02-07
* lil' hack. makes SM64DS go ingame.StapleButter2017-02-05
* apparently when you set an out-of-bounds address for EEPROM, it should wrap a...StapleButter2017-02-05
* ARM7 BIOS read protect.StapleButter2017-02-05
* * fix 'STMxx with base register included in register list' when base register...StapleButter2017-02-05
* 256-color sprites. code's weird tho. check it later.StapleButter2017-02-04
* fixes to tiled extended BGs. support for 256color/direct bitmap BGs.StapleButter2017-02-03
* * HBlank flag and IRQ.StapleButter2017-02-03
* better save support. not hardcoded filename, support for non-tiny EEPROM and ...StapleButter2017-02-03
* tile hflip/vflip for text BGs.StapleButter2017-02-01
* implement screen swap.StapleButter2017-02-01
* * make direct boot less shitty.StapleButter2017-02-01
* fix ARM7 VRAMStapleButter2017-02-01
* TSC support, touchscreen input. not perfect but for now this will do.StapleButter2017-02-01
* sqrt crapStapleButter2017-01-31
* * implement the last missing instructions. QADD is not good according to ARMW...StapleButter2017-01-31
* * very shitty implementation of save RAM. requires an existing save file for ...StapleButter2017-01-31
* * fix VRAM address calculation for GPU AStapleButter2017-01-31
* keep the GPU from crashing if there's no VRAM mapped, I guess.StapleButter2017-01-31
* * scheduler revamp, simpler designStapleButter2017-01-31
* move TCM shit to CP15.cpp. closer to the real thing (for example now DMA can'...StapleButter2017-01-30
* start refactoring shit: more accurate timing and way of counting cycles.StapleButter2017-01-30
* * support for cart secure areaStapleButter2017-01-23
* some attempt at cart supportStapleButter2017-01-22
* BG scroll. also fix silly bug.StapleButter2017-01-20
* fix bug with ALU operations and shift operands, where the shift operation cou...StapleButter2017-01-20
* * some basic BG display codeStapleButter2017-01-20
* * start GPU shit: draw BG0 16-color.StapleButter2017-01-18
* skeleton for 2D GPUStapleButter2017-01-18
* ARM9 division hardware. POSTFLG register.StapleButter2017-01-18
* DMA support!StapleButter2017-01-18
* fix bug with IPC FIFO IRQsStapleButter2017-01-17
* separate IO read/write handlers from the rest before it's too late.StapleButter2017-01-17
* IPC FIFO emulation.StapleButter2017-01-17
* uh oh! it's getting furtherStapleButter2017-01-16
* christ. CodeBlocks is retarded.StapleButter2016-12-23
* some more crap emulated.StapleButter2016-12-06
* implementation of VRAM and other misc crapStapleButter2016-12-05
* misc fixes.StapleButter2016-12-05
* * somewhat proper event schedulerStapleButter2016-12-05
* fix some shit. add support for SPI and firmware.StapleButter2016-12-04
* more instructions. shared WRAM.StapleButter2016-12-03
* moar instructions and shit implementedStapleButter2016-12-03
* less amnesia! ITCM, DTCM, corresponding CP15 supportStapleButter2016-12-03
* amnesia is overStapleButter2016-12-03
* implement LDR/STR/LDRB/STRB.StapleButter2016-12-03