Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add CMake build system | s1nka | 2017-04-02 |
| | |||
* | allow crapoed THUMB hireg ADD/CMP/MOV | StapleButter | 2017-03-31 |
| | |||
* | allow 16/32 bit writes and reads to the gamecard command registers. | StapleButter | 2017-03-31 |
| | |||
* | one last fix | StapleButter | 2017-03-30 |
| | |||
* | fix touchscreen input. proper cleanup of threads. meaningless codeblocks crap. | StapleButter | 2017-03-30 |
| | |||
* | I am a fucking idiot | StapleButter | 2017-03-29 |
| | |||
* | maybe this shit will finally work. also update the README. | StapleButter | 2017-03-29 |
| | |||
* | tweaks | StapleButter | 2017-03-29 |
| | |||
* | derp | StapleButter | 2017-03-29 |
| | |||
* | finish Flash support, mostly | StapleButter | 2017-03-29 |
| | |||
* | * emulation settings dialog | StapleButter | 2017-03-29 |
| | | | | | * proper setting for booting directly or from BIOS * fix shit, again | ||
* | remember window size. | StapleButter | 2017-03-29 |
| | | | | fix extra shit. | ||
* | minimum size for the SDL window. | StapleButter | 2017-03-29 |
| | | | | | screen scaling that preserves aspect ratio. touchscreen takes scaling into account. | ||
* | blarg | StapleButter | 2017-03-29 |
| | |||
* | * clean up code | StapleButter | 2017-03-29 |
| | | | | | | * working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone | ||
* | don't rely on a SDL window to get keyboard input | StapleButter | 2017-03-29 |
| | |||
* | attempt | StapleButter | 2017-03-28 |
| | |||
* | oops | StapleButter | 2017-03-28 |
| | |||
* | custom main() and init SDL before everything else. | StapleButter | 2017-03-28 |
| | | | | included WinMain() for compatiblity. | ||
* | start work on a separate SDL window | StapleButter | 2017-03-28 |
| | |||
* | stop the Start button from getting lost every goddamn time | StapleButter | 2017-03-25 |
| | |||
* | woops | StapleButter | 2017-03-25 |
| | |||
* | actual joystick support | StapleButter | 2017-03-25 |
| | |||
* | input dialog finished | StapleButter | 2017-03-25 |
| | |||
* | start getting somewhere with that input config dialog | StapleButter | 2017-03-25 |
| | |||
* | * 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 |
| | |||
* | start work on the input config dialog. nonfunctional and looks like shit. | StapleButter | 2017-03-23 |
| | | | | add manifest crap under Windows so it gets the cool controls. | ||
* | aqezsfrdgthfyjgu | StapleButter | 2017-03-23 |
| | |||
* | * more thread-safe UI | StapleButter | 2017-03-23 |
| | | | | | * config system base * FPS counter and limiter | ||
* | fix bug that occured when a flush command was sent between lines 192 and 215 | StapleButter | 2017-03-21 |
| | |||
* | always apply matrix push/pop/store/restore to the vector matrix stack, even ↵ | StapleButter | 2017-03-21 |
| | | | | in mode 1. fixes SM64DS lighting. | ||
* | start 3D rendering at scanline 215. fixes Worms2D. | StapleButter | 2017-03-21 |
| | |||
* | fix that bug where NSMB's backgrounds lagged one frame behind | StapleButter | 2017-03-21 |
| | |||
* | fix bug that happened when HDMA got interrupted (or any repeating DMA, for ↵ | StapleButter | 2017-03-21 |
| | | | | that matter) | ||
* | * 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...) | ||
* | input, with hardcoded (but not retarded) key mappings. | StapleButter | 2017-03-20 |
| | | | | touchscreen support that doesn't suck. | ||
* | make ROM path not be hardcoded. | StapleButter | 2017-03-19 |
| | |||
* | begin work on wxWidgets+SDL interface | StapleButter | 2017-03-19 |
| | | | | Windows crapo ditched | ||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 |