Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | Cleanups | twinaphex | |
2016-08-06 | Update | twinaphex | |
2016-08-06 | Turn CheckForIPSPatch into static function | twinaphex | |
2016-08-06 | Remove prototype | twinaphex | |
2016-08-06 | Remove unused LoadSRAM | twinaphex | |
2016-08-06 | Reimplement save RAM - do it the libretro way by implementing | twinaphex | |
retro_get_memory_data and friends | |||
2015-07-26 | Prevent warning | twinaphex | |
2014-11-03 | use stdint/stdbool | aliaspider | |
2014-11-02 | cleanups. | aliaspider | |
2014-11-02 | implement rom loading from memory. | aliaspider | |
2014-11-01 | fix build | aliaspider | |
2014-10-30 | apply a facelift | aliaspider | |
2014-10-29 | cleanups. | aliaspider | |
2014-10-29 | remove more C++ code. | aliaspider | |
2014-10-29 | C++ cleanups. (in progress) | aliaspider | |
2014-10-29 | cleanups (cont.) | aliaspider | |
2013-01-08 | Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation. | Nebuleon Fumika | |
2012-12-20 | Remove the SNES Open Bus behaviour by default. Also simplify translation again. | Nebuleon Fumika | |
SNES Open Bus is a quirk of the memory subsystem that allow reads of invalid addresses to return the last byte read from memory. However, it is seldom needed by a game, and it costs 1 to 3 MIPS instructions per SNES instruction to emulate. If you need SNES Open Bus, you can remove -DNO_OPEN_BUS from the Makefile. | |||
2011-03-05 | first commit | Kitty Draper | |