Commit graph

4 commits

Author SHA1 Message Date
Nebuleon Fumika
2e6ee590b5 Set up the experimental branch.
* Explain what version this is in the readme.
* Add a warning to the emulator when it starts.
* Set up a visually distinct theme, in red.
* Set up a distinct system folder, EXPSFC.
* Change the Makefile to build to expsfc.plg.
2013-02-02 01:24:29 -05:00
Nebuleon Fumika
8085880130 Remove the SNES Open Bus behaviour by default. Also simplify translation again.
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.
2012-12-20 18:14:24 -05:00
Nebuleon Fumika
3b2e1bcf79 Makefile overhaul. 2012-12-17 22:30:29 -05:00
Nebuleon Fumika
a9ebbd3e72 Remove object and binary files from the git repository, leaving only source. 2012-12-17 19:34:16 -05:00