bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
Tim Allen d87a0f633d Update to bsnes v107r4 beta release.
byuu says:

  - bsnes: added video filters from bsnes v082
  - bsnes: added ZSNES snow effect option when games paused or unloaded
    (no, I'm not joking)
  - bsnes: added 7-zip support (LZMA 19.00 SDK)

[Recent higan WIPs have also mentioned bsnes changes, although the higan code
no longer includes the bsnes code. These changes include:

  - higan, bsnes: added EXLOROM, EXLOROM-RAM, EXHIROM mappings
  - higan, bsnes: focus the viewport after leaving fullscreen exclusive
    mode
  - bsnes: re-added mightymo's cheat code database
  - bsnes: improved make install rules for the game and cheat code
    databases
  - bsnes: delayed construction of hiro::Window objects to properly show
    bsnes window icons

- Ed.]
2019-07-07 19:44:09 +10:00
bsnes Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
firmware Update to bsnes v107 release. 2019-02-22 17:48:52 +11:00
hiro Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
icarus Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
libco Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
nall Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
ruby Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
shaders Install shaders somewhere that higan will find them. 2017-08-23 20:46:24 +10:00
sourcery Update to bsnes v107r4 beta release. 2019-07-07 19:44:09 +10:00
.gitignore Update .gitignore. 2018-12-20 12:15:34 +11:00
.gitlab-ci.yml gitlab-ci: Source code moved from "higan" to "bsnes" directories. 2019-04-18 18:03:57 +10:00
CONTRIBUTING.md Update in-repo docs since this is now "bsnes" not "higan". 2019-04-18 18:14:01 +10:00
GPLv3.txt Update version and license 2017-10-24 23:37:22 -04:00
LICENSE.txt Update in-repo docs since this is now "bsnes" not "higan". 2019-04-18 18:14:01 +10:00
README.md Update in-repo docs since this is now "bsnes" not "higan". 2019-04-18 18:14:01 +10:00

README.md

The unofficial bsnes repository

bsnes emulates the Super Famicom and Super Nintendo consoles, including various peripherals, allowing you to play classic games on a modern general-purpose computer.

The name "bsnes" originally referred to a standalone SNES emulator. Later, bsnes added support for other classic game consoles, then in v091 it was renamed "higan". higan still exists, and still includes SNES emulation, but for people who don't want or need all the other emulators, as of v107 the SNES emulation is once again available on its own as "bsnes".

Basically, apart from .gitignore files, anything in the bsnes, hiro, icarus, libco, nall, ruby, or shaders directories should be exactly as it appeared in official releases. Everything else has been added for various reasons.

Official bsnes resources

Unofficial higan resources