aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
Commit message (Collapse)AuthorAge
...
* fill BIOS exception vectors with undef opcode when no BIOSes are foundStapleButter2017-05-09
|
* misc. thingsStapleButter2017-05-09
|
* wifi: implement RAM access via the fancypants registers. allows Pictochat to ↵StapleButter2017-05-01
| | | | proceed, but noone will reply to you.
* add 32bit write to DIVCNT and SQRTCNTStapleButter2017-04-28
|
* only trigger cart DMA on the CPU for which the cart interface is enabled.StapleButter2017-04-27
| | | | fixes unstable firmware boot.
* set POSTFLG to 1 upon direct boot. fixes Pokémon White among others.StapleButter2017-04-26
|
* support 16bit access to the DMA fill regsStapleButter2017-04-25
|
* misc optimizationsStapleButter2017-04-25
|
* implement 8bit reads to the joypad portsStapleButter2017-04-24
|
* hopefully fix the DMA bug without breaking everything this time.StapleButter2017-04-13
|
* * decal texture blendingStapleButter2017-04-12
| | | | | * start implementing toon shading * temp. revert the DMA fix, causes issues
* make CPU freezes take place immediately. fixes RaymanRR2 backgrounds ↵StapleButter2017-04-12
| | | | occasionally getting cut in half.
* better wifi stubStapleButter2017-04-12
|
* some attempt at actually stubbing out wifi. except it won't fucking work.StapleButter2017-04-10
|
* * fix bug with 0-line tall windows (would be enabled for the whole screen)StapleButter2017-04-09
| | | | * map some I/O ports
* * stub more wifi crapStapleButter2017-04-07
| | | | | * louder sound * misc fixes
* start SPU workStapleButter2017-04-06
|
* allow 16/32 bit writes and reads to the gamecard command registers.StapleButter2017-03-31
|
* * clean up codeStapleButter2017-03-29
| | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone
* * more thread-safe UIStapleButter2017-03-23
| | | | | * config system base * FPS counter and limiter
* * more accurate direct bootStapleButter2017-03-21
| | | | | * improve touchscreen precision a bit * proper support for 512KB firmwares
* implement some obscure DMA typesStapleButter2017-03-20
|
* make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵StapleButter2017-03-20
| | | | speed, aging cart tests get further...)
* make ROM path not be hardcoded.StapleButter2017-03-19
|
* reorganize repo, move shit aroundStapleButter2017-03-16