aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix rendering for crapoed 'butterfly' polygonsStapleButter2017-06-28
|
* 2D: implement enough of mode6 to fix #65 -- shows 3D layer. large BG still ↵StapleButter2017-06-28
| | | | needs to be done.
* fix toon highlight mode. GBAtek is wrong.StapleButter2017-06-28
|
* 3D: fix missing term in MatrixTranslate(). fixes Monster Trucks billboards.StapleButter2017-06-27
|
* move HBlank 48 cycles laterStapleButter2017-06-26
|
* fix render/capture order, corrects interaction of capture and VRAM display. ↵StapleButter2017-06-26
| | | | fixes #56.
* proper display FIFO emulationStapleButter2017-06-26
|
* initialize clearZ to 0x7FFF. fixes #38StapleButter2017-06-26
|
* also fix the bug for cart SPIStapleButter2017-06-26
|
* * implement firmware saving for user settingsStapleButter2017-06-26
| | | | * fix bug with SPI commands that have no parameters
* new save heuristic. atleast Scribblenauts doesn't lose its shit now.StapleButter2017-06-25
| | | | shut up shibs
* add support for 16bit IE reads/writes (fixes #66)StapleButter2017-06-24
|
* wifi: little fix related to replies (when the address isn't set, don't try ↵StapleButter2017-06-22
| | | | to adjust the TX header)
* wifi: tiny fix (bad TXSTAT after MP host transfer)StapleButter2017-06-20
|
* wifi: fix for MP replies.StapleButter2017-06-18
| | | | | clean up code. make packet logging conditional.
* wifi: another little fixStapleButter2017-06-18
|
* wifi: fix reception of MP repliesStapleButter2017-06-18
| | | | (still not working, don't catch fire Ndymario)
* send empty reply when no MP reply is configuredStapleButter2017-06-16
|
* emulate RXTXADDR. receive packets progressively instead of all at once.StapleButter2017-06-15
|
* implement RFSTATUS/RFPINS values for TX and RXStapleButter2017-06-15
|
* more accurate MP replyStapleButter2017-06-15
|
* wifi: more correct IRQ behavior, time MP replies better.StapleButter2017-06-15
|
* wifi: proper TX/RX status switch and RX checkStapleButter2017-06-15
| | | | readme: little update
* fix some shitStapleButter2017-06-13
|
* * send undefined instructions to the proper exception handlerStapleButter2017-06-13
| | | | * make ARM9-only instructions fail on ARM7
* fix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register.StapleButter2017-06-13
| | | | also make them ARM9-only.
* wifi: fix IRQ14 emulation. other fixes and attempts.StapleButter2017-06-13
|
* fix timing issue with ARM7 DMA (occasionally crapoed the 'Nintendo DS' sound ↵StapleButter2017-06-12
| | | | when booting the firmware)
* fix big with ARM STM instructions that include Rb in RlistStapleButter2017-06-12
|
* wifi: attempt at further MP functionality (reply, ack). not working. ugly.StapleButter2017-06-09
|
* * fix TX logic againStapleButter2017-06-07
| | | | | * add multiplayer CMD slot * misc fixes
* wifi: cmd timerStapleButter2017-06-05
|
* wifi: fix TX start logic (it is possible to write TXREQ then TXLOC)StapleButter2017-06-05
|
* * bump version numberStapleButter2017-06-04
| | | | | * implement 32bit reads to keypad registers * also implement RCNT more properly
* fail gracefully if BIOS/firmware are missingStapleButter2017-06-04
|
* fix socket recv under anything not WindowsStapleButter2017-06-04
|
* (finally) make the threaded 3D renderer option actually workStapleButter2017-06-04
|
* edge markingStapleButter2017-06-03
|
* clean up some shit. make framebuffer access less weird.StapleButter2017-06-03
|
* * fix range for 'equal' Z-test modeStapleButter2017-06-03
| | | | | * confirm clear Z value for screen outer borders * misc code cleanup
* only do lower-pixel rendering when rendering under an edgeStapleButter2017-06-01
|
* remove more per-pixel checksStapleButter2017-06-01
|
* separate rasterizer inner loop into three loops for leftedge/middle/rightedgeStapleButter2017-06-01
|
* * begin work on antialiasing, but not good yet. also code sucks.StapleButter2017-06-01
| | | | * start making code nicer
* * add 'push old pixel down' behavior for antialiasingStapleButter2017-05-28
| | | | * delay final pass (edge/fog/AA) one scanline, required for edgemarking
* rework slope/edge code. lay groundwork for antialiasing.StapleButter2017-05-28
|
* * delay 3D rendering a bit (fixes Monster Trucks flickering)StapleButter2017-05-27
| | | | * remove logging for ITCM/DTCM
* fogStapleButter2017-05-26
|
* fix crapoed shadowsStapleButter2017-05-26
|
* fix alpha equation when blending is disabledStapleButter2017-05-26
|