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

  - converted (u)int(8,16,32,64) from Natural/Integer<T> to
    (u)int(8,16,32,64)_t types
  - SFC: mostly rewritten WDC65816 CPU core
  - removed 487KiB of code! (unused CPU cores from other higan cores)
2019-07-12 18:48:24 +10:00
bsnes Update to bsnes v107r6 beta release. 2019-07-12 18:48:24 +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