Language…
18 users online: Alansanchez412, Batata Douce, D_O_M,  Erik, Firstnamebutt, floatybug, GiraffeKiller, Green Jerry, Hammerer, Hiro-sofT, KoJi, Metro Shroomin, OEO6,  RussianMan,  Saphros, sholmes, wye, XGAMER 2009 - Guests: 123 - Bots: 116
Users: 68,867 (2,332 active)
Latest user: ColbertMcD

Bsnes+

Tools → Bsnes+

Submission Details

Name: Bsnes+
Author: devinacker
Added:
Operating System: Windows
Platforms: SNES
Games: General, SMW, YI
Source Available: Yes
Featured: No
Website: Link
Description:
Quote
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.
Tags: debugger emulator
Comments: 3 (jump to comments)
Rating:
0.0 (0 ratings)
No rating
Download 12.59 MiB | 1,745 downloads

Screenshots

View all

Comments (3)

Brasil man Link
Pls next Update add the option for option for export the Tileset To bin In Tilemap viewer or Tile Viewer i really want the WMW tile set for me use in my hack rom
HammerBrother Link
This tool is VERY useful, especially when creating huge ASM projects:

-crashes from using invalid register size. This is common when you are using both 8 and 16-bit together around the code.

-When using layer3 status bar/Overworld border patches (SSB, Minimalist, SMB3, OWB+), this debugger have S-PPU tilemap viewer that enables you to find a coordinate of a given tile (position x,y), without having the user to manually guess or take a screenshot and count every 8th pixel to find what tile to modify what corresponds to what address. I've made an HTML for those patches that makes this even easier.

Even the ASM tutorial made by Ersanio recommends this tool.

Also, even better, use Asar's print command (print "brief description of the RAM:", hex(!Freeram+$xx), so you'll know what RAM address it is to compare the RAM it uses in the debugger).
 dtothefourth Link
Replaced my default emulator + debugger with this and been using it the last couple weeks for various dev work and Crowd Control development. Debugger additions and normal emulation all seem to be working well.