Commit graph

9 commits

Author SHA1 Message Date
devinacker
d4d57f900e move default symbols to the user directory for editability 2019-09-07 12:29:07 -04:00
devinacker
95d545d458 support reload and drag&drop for special cart types (fixes #189) 2018-07-29 22:19:55 -04:00
devinacker
0b126c677f more flexible command-line loading (closes #115) 2018-05-20 02:39:23 -04:00
devinacker
a3ff358908 frame advance hotkey (closes #157) 2018-05-19 21:36:48 -04:00
devinacker
d1a55789bf check cheats.xml at start time instead 2016-11-21 20:34:27 -05:00
devinacker
1614ad5bfa use cheats.xml from config directory 2016-11-21 20:12:14 -05:00
Marcus Rowe
bc6f2c3ead Create breakpoints using the command line arguments
This allows me to use a script to automatically fill the bsnes debugger
with breakpoints. For instance, the following bash line:

    bsnes --show-debugger `grep BREAKPOINT "$symfile" | awk '{print "-b " $1 ":x"}'` "$romfile"

Will open the debugger window and create a CPUBus execute breakpoint
for all symbols containing BREAKPOINT in the symbol file.

See `bsnes --help` or `Application::printArguments` for the format of
the breakpoint string.
2016-10-27 05:47:56 +10:00
Michał Ziąbkowski
b911ed1e81 Implement ReloadCartridge as menu action and hotkey. 2015-03-18 18:58:00 +01:00
devinacker
d88ac78d30 initial commit 2014-11-26 18:35:12 -05:00