2019-07-16 14:00:32 +00:00
|
|
|
The official bsnes repository
|
2019-07-16 14:01:04 +00:00
|
|
|
=============================
|
2017-06-02 12:43:07 +00:00
|
|
|
|
2019-04-18 08:14:01 +00:00
|
|
|
bsnes emulates the Super Famicom and Super Nintendo consoles,
|
|
|
|
including various peripherals,
|
2017-06-02 12:43:07 +00:00
|
|
|
allowing you to play classic games on a modern general-purpose computer.
|
|
|
|
|
2019-04-18 08:14:01 +00:00
|
|
|
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".
|
2017-07-21 09:26:47 +00:00
|
|
|
|
|
|
|
Basically,
|
|
|
|
apart from `.gitignore` files,
|
|
|
|
anything in the
|
2019-04-18 08:14:01 +00:00
|
|
|
[bsnes](bsnes/),
|
2017-07-21 09:26:47 +00:00
|
|
|
[hiro](hiro/),
|
|
|
|
[icarus](icarus/),
|
|
|
|
[libco](libco/),
|
|
|
|
[nall](nall/),
|
|
|
|
[ruby](ruby/),
|
|
|
|
or [shaders](shaders/)
|
|
|
|
directories should be exactly as it appeared in official releases.
|
|
|
|
Everything else has been added for various reasons.
|
2017-06-02 12:43:07 +00:00
|
|
|
|
2019-07-17 03:50:26 +00:00
|
|
|
This repository shares history
|
|
|
|
with [the official higan repo](https://github.com/byuu/higan)
|
|
|
|
so you can trace bsnes' development
|
|
|
|
all the way back to 2010.
|
|
|
|
With [the bsnes history repo](https://gitlab.com/higan/bsnes-history),
|
|
|
|
you can trace development back to the earliest surviving releases.
|
|
|
|
|
2019-04-18 08:14:01 +00:00
|
|
|
Official bsnes resources
|
2017-06-02 12:43:07 +00:00
|
|
|
------------------------
|
|
|
|
|
2019-04-18 08:14:01 +00:00
|
|
|
- [Official homepage](https://byuu.org/emulation/bsnes/)
|
2019-07-17 03:50:26 +00:00
|
|
|
- [Official git repo](https://github.com/byuu/bsnes)
|
2017-06-05 05:31:36 +00:00
|
|
|
|
2019-07-17 03:50:26 +00:00
|
|
|
Unofficial bsnes resources
|
2017-06-02 12:43:07 +00:00
|
|
|
--------------------------
|
|
|
|
|
docs: Review and update docs for v107.
Changes include:
- The "Library" menu was replaced with the "Systems" menu
- The "Settings" menu was reorganised
- Game Boy rumble is now under the MBC5 "controller" for the cartridge "port",
instead of being presented as a part of the base console
- Import instructions now mention that icarus ships with some firmware files,
and describe the "Firmware" directory that icarus will use for firmware
it needs.
- Apparently the correct name is "MSU1", not "MSU-1"
- v107 changes the way MSU1 data is stored in game folders
- PowerFest '94 import instructions removed, since I can't get it to work
with v107
- Links to the official forum have been replaced with links to the unofficial
forum archive, since the official forum is shutting down
- Links to Mercurial Magic updated to point at qwertymodo's archive, since
hex_usr is no longer developing it
- Links to nSide updated, since hex_usr no longer uses GitHub.
- Windows build instructions now describe a compiler that is actually
maintained, instead of stale TDM64-GCC.
- Linux build instructions now mention higan requires SDL 2.0.
- minor wording changes, typos, broken links fixed, etc.
2018-11-16 05:09:30 +00:00
|
|
|
- [Unofficial forum](https://helmet.kafuka.org/bboard/)
|
2017-07-21 11:32:46 +00:00
|
|
|
- [Latest WIP build for Windows][wipwin]
|
|
|
|
|
2017-06-02 12:43:07 +00:00
|
|
|
|
2019-04-18 08:14:01 +00:00
|
|
|
[wipwin]: https://gitlab.com/higan/higan/-/jobs/artifacts/bsnes-v107/download?job=higan-windows-x86_64-binaries
|