Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | separate SRAM setting coded, I guess | StapleButter | 2018-10-24 |
| | |||
* | * code function for relocating the savefile. | StapleButter | 2018-10-23 |
| | | | | | * don't bitch at the user when trying to load a savestate file that doesn't exist. * grey out 'load state' items if there is no file. | ||
* | pass savefile name to NDS::LoadROM() instead of having the core generate it. | StapleButter | 2018-10-23 |
| | |||
* | a bit moar of it | StapleButter | 2018-10-18 |
| | | | | | | brick by brick, file by file, we will destroy capitalism and make savestates work, maybe | ||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | quick attempt at supercard emulation. really ugly | StapleButter | 2018-04-27 |
| | |||
* | start work on DLDI, with some (very haxy) patching so it can do interesting ↵ | StapleButter | 2018-04-27 |
| | | | | things | ||
* | Pass correct number of arguments to printf. | Anthony J. Bentley | 2017-12-06 |
| | |||
* | add fopen wrapper to support UTF8 paths/filenames under Windows. | StapleButter | 2017-10-11 |
| | |||
* | fail gracefully when ROM loading fails | StapleButter | 2017-10-11 |
| | |||
* | 3D: revise fog calculation to match hardware (emulate precision loss and ↵ | StapleButter | 2017-08-16 |
| | | | | overflow with big shifts) | ||
* | add basic response for Pokémon IR transceiver (SPI command 08). lets your ↵ | StapleButter | 2017-07-15 |
| | | | | pokémon gain EXP. | ||
* | implement transfer delays for both SPI busses | StapleButter | 2017-07-15 |
| | | | | also make microphone input return 0x800 | ||
* | also fix the bug for cart SPI | StapleButter | 2017-06-26 |
| | |||
* | new save heuristic. atleast Scribblenauts doesn't lose its shit now. | StapleButter | 2017-06-25 |
| | | | | shut up shibs | ||
* | only trigger cart DMA on the CPU for which the cart interface is enabled. | StapleButter | 2017-04-27 |
| | | | | fixes unstable firmware boot. | ||
* | tiny thing | StapleButter | 2017-04-25 |
| | |||
* | better heuristic for Flash save type | StapleButter | 2017-04-25 |
| | |||
* | implement leading gap and 0x200-gap delays for ROM transfers | StapleButter | 2017-04-25 |
| | |||
* | make ROM command handling accurate, remove gross DMA hack. | StapleButter | 2017-04-11 |
| | |||
* | fix addressing for tiny EEPROM. | StapleButter | 2017-04-11 |
| | |||
* | bypass first save command byte when it's zero. for Pokémon games. | StapleButter | 2017-04-10 |
| | |||
* | * stub more wifi crap | StapleButter | 2017-04-07 |
| | | | | | * louder sound * misc fixes | ||
* | finish Flash support, mostly | StapleButter | 2017-03-29 |
| | |||
* | * clean up code | StapleButter | 2017-03-29 |
| | | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone | ||
* | * implement missing graphics (affine BG, rotscaled bitmap sprite) | StapleButter | 2017-03-24 |
| | | | | | | * fix potential crash upon exit * more work on the input config UI * misc fixes | ||
* | fix bugs | StapleButter | 2017-03-23 |
| | |||
* | support for tiny EEPROM | StapleButter | 2017-03-23 |
| | |||
* | 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 |