Retro Hackers LogoGuestLog in

Summer Tree
News
Database
Users
Projects
Game Ports
Videos
Music
Material
Feedback

bsnes-plus

Game : N/A

Platform : Super Nintendo

Author : Revenant

Release date : 18 Aug 2019

Category : Debuggers / Special Emulators

OS : Windows

Skill Level : Intermediate

Version : v05

Downloads : 4586

Utility description

bsnes-plus (or bsnes+) is a fork of bsnes (based on bsnes-classic) intended to introduce some new features and improvements, mostly aimed at debugging.

Compared to the original bsnes GUI, bsnes-plus features several improvements to the debugging and memory editing windows, as well as numerous emulation improvements from later versions of bsnes. See the GitHub project page here for a full list of features, and instructions for building on non-Windows platforms.

In addition, bsnes-plus now features near-full support for Satellaview/BS-X games.

This download includes both 32-bit and 64-bit builds (with both "compatibility" and "accuracy" profiles supported for 64-bit users). The 64-bit build is of the latest version v05, while the 32-bit build is from version v073+3a, the last 32-bit release.

Reviews

IncredibleRaidouJFlo2017-11-17Version v073+3

I was waiting for something like this. I love how the memory editor is color coded as well, in real-time (current code executed).

Great for Debugging!pianohombre2017-04-15Version v073+3

I used this to try and edit the asm/hex of a backup rom bug I was working on. Once I learned how to properly debug and follow breakpoints it made debugging a lot easier.

I noticed a couple bugs with the program though. First, rewind didn't work. [Edit: rewind works but you have to check a box in a separate menu to enable it]. Also, reloading worked fine if I didn't edit the rom in anyway, but the game refused to load if I made any minor changes, so I had to completely exit the program and restart it. Also, if I set breakpoints or entered memory editing without making any changes it also wouldn't reload/reset the game.