SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 6a245982666f80a9a8eb59bf7fb3a67f27c4e947 parent aaf9a76b675dc292cccff656ad7481fc587458c3 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 25 Jun 2022 15:55:42 +0300 Grammar Diffstat:
| M | Core/debugger.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/debugger.c b/Core/debugger.c @@ -2001,7 +2001,7 @@ static const debugger_command_t commands[] = { {"lcd", 3, lcd, "Display information about the current state of the LCD controller"}, {"palettes", 3, palettes, "Display the current CGB palettes"}, {"dma", 3, dma, "Display the current OAM DMA status"}, - {"softbreak", 2, softbreak, "Enable or disables software breakpoints", "(on|off)", .argument_completer = on_off_completer}, + {"softbreak", 2, softbreak, "Enable or disable software breakpoints", "(on|off)", .argument_completer = on_off_completer}, {"breakpoint", 1, breakpoint, "Add a new breakpoint at the specified address/expression" HELP_NEWLINE "Can also modify the condition of existing breakpoints." HELP_NEWLINE "If the j modifier is used, the breakpoint will occur just before" HELP_NEWLINE
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.