TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.21k stars 385 forks source link

.SYM symbol support (GameBoy) #3539

Open getCursorsExe opened 1 year ago

getCursorsExe commented 1 year ago

This is a feature that most popular Gameboy emulators with debugger have (like SameBoy or BGB). It lets you trace variable names based on game disassembly (example), making debugging easier. Can be implemented to Hex Editor, Debugger and RAM Watch.

getCursorsExe commented 1 year ago

This should also be scripted to be different based on ROM Banks (01:4000 is SpriteFacingAndAnimationTable, and 02:4000 is SFX_Headers_1).