Commit graph

4 commits

Author SHA1 Message Date
Nebuleon Fumika 30e7498f22 Add the experimental branch's files to .gitignore. 2013-02-02 01:38:32 -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