Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add some more GPU IO | StapleButter | 2017-07-23 |
| | |||
* | * FPS counter displays target framerate | StapleButter | 2017-07-21 |
| | | | | * fix potential hang and out-of-bounds drawing when VCount is modified during drawing | ||
* | while we're at it: emulate div/sqrt timings | StapleButter | 2017-07-15 |
| | |||
* | support 16-bit reads to the div/sqrt registers | StapleButter | 2017-07-05 |
| | |||
* | proper display FIFO emulation | StapleButter | 2017-06-26 |
| | |||
* | new save heuristic. atleast Scribblenauts doesn't lose its shit now. | StapleButter | 2017-06-25 |
| | | | | shut up shibs | ||
* | add support for 16bit IE reads/writes (fixes #66) | StapleButter | 2017-06-24 |
| | |||
* | wifi: fix for MP replies. | StapleButter | 2017-06-18 |
| | | | | | clean up code. make packet logging conditional. | ||
* | wifi: fix IRQ14 emulation. other fixes and attempts. | StapleButter | 2017-06-13 |
| | |||
* | fix timing issue with ARM7 DMA (occasionally crapoed the 'Nintendo DS' sound ↵ | StapleButter | 2017-06-12 |
| | | | | when booting the firmware) | ||
* | wifi: cmd timer | StapleButter | 2017-06-05 |
| | |||
* | wifi: fix TX start logic (it is possible to write TXREQ then TXLOC) | StapleButter | 2017-06-05 |
| | |||
* | * bump version number | StapleButter | 2017-06-04 |
| | | | | | * implement 32bit reads to keypad registers * also implement RCNT more properly | ||
* | salvage socket init code | StapleButter | 2017-05-11 |
| | |||
* | woops | StapleButter | 2017-05-10 |
| | |||
* | add support for writing to VCount. incl. fucked-up display and altering ↵ | StapleButter | 2017-05-10 |
| | | | | framerate accordingly. | ||
* | fill BIOS exception vectors with undef opcode when no BIOSes are found | StapleButter | 2017-05-09 |
| | |||
* | misc. things | StapleButter | 2017-05-09 |
| | |||
* | wifi: implement RAM access via the fancypants registers. allows Pictochat to ↵ | StapleButter | 2017-05-01 |
| | | | | proceed, but noone will reply to you. | ||
* | add 32bit write to DIVCNT and SQRTCNT | StapleButter | 2017-04-28 |
| | |||
* | only trigger cart DMA on the CPU for which the cart interface is enabled. | StapleButter | 2017-04-27 |
| | | | | fixes unstable firmware boot. | ||
* | set POSTFLG to 1 upon direct boot. fixes Pokémon White among others. | StapleButter | 2017-04-26 |
| | |||
* | support 16bit access to the DMA fill regs | StapleButter | 2017-04-25 |
| | |||
* | misc optimizations | StapleButter | 2017-04-25 |
| | |||
* | implement 8bit reads to the joypad ports | StapleButter | 2017-04-24 |
| | |||
* | hopefully fix the DMA bug without breaking everything this time. | StapleButter | 2017-04-13 |
| | |||
* | * decal texture blending | StapleButter | 2017-04-12 |
| | | | | | * start implementing toon shading * temp. revert the DMA fix, causes issues | ||
* | make CPU freezes take place immediately. fixes RaymanRR2 backgrounds ↵ | StapleButter | 2017-04-12 |
| | | | | occasionally getting cut in half. | ||
* | better wifi stub | StapleButter | 2017-04-12 |
| | |||
* | some attempt at actually stubbing out wifi. except it won't fucking work. | StapleButter | 2017-04-10 |
| | |||
* | * fix bug with 0-line tall windows (would be enabled for the whole screen) | StapleButter | 2017-04-09 |
| | | | | * map some I/O ports | ||
* | * stub more wifi crap | StapleButter | 2017-04-07 |
| | | | | | * louder sound * misc fixes | ||
* | start SPU work | StapleButter | 2017-04-06 |
| | |||
* | allow 16/32 bit writes and reads to the gamecard command registers. | StapleButter | 2017-03-31 |
| | |||
* | * clean up code | StapleButter | 2017-03-29 |
| | | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone | ||
* | * more thread-safe UI | StapleButter | 2017-03-23 |
| | | | | | * config system base * FPS counter and limiter | ||
* | * more accurate direct boot | StapleButter | 2017-03-21 |
| | | | | | * improve touchscreen precision a bit * proper support for 512KB firmwares | ||
* | implement some obscure DMA types | StapleButter | 2017-03-20 |
| | |||
* | make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵ | StapleButter | 2017-03-20 |
| | | | | speed, aging cart tests get further...) | ||
* | make ROM path not be hardcoded. | StapleButter | 2017-03-19 |
| | |||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 |