diff --git a/src/apple2/debug.c b/src/apple2/debug.c index aa98a8d..bf69187 100644 --- a/src/apple2/debug.c +++ b/src/apple2/debug.c @@ -38,10 +38,10 @@ apple2_debug_cmd cmdtable[] = { "Add breakpoint at ", }, { "dblock", "db", apple2_debug_cmd_dblock, 2, " ", "Disassemble a block of code", }, - { "help", "h", apple2_debug_cmd_help, 0, "", - "Print out this list of commands", }, { "hdump", "hd", apple2_debug_cmd_hdump, 2, " ", "Hex dump memory in a given region", }, + { "help", "h", apple2_debug_cmd_help, 0, "", + "Print out this list of commands", }, { "hidump", "hid", apple2_debug_cmd_hidump, 1, "", "Dump hires graphics memory to file", }, { "jump", "j", apple2_debug_cmd_jump, 1, "",