added palette viewer debugger to the drop down menu of debuggers

This commit is contained in:
Clément Le Bihan
2020-03-28 19:22:46 +01:00
parent 1b0d243c0e
commit be44a54d30
5 changed files with 33 additions and 6 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ void usage(char *bin)
<< "\t-c, --cpu: \tEnable the debugger of the CPU." << std::endl
<< "\t-m, --memory: \tEnable the memory viewer panel." << std::endl
<< "\t-h, --header: \tShow the header of the cartridge." << std::endl
<< "\t-b, --bus: \tShow the memory bus's log." << std::endl;
<< "\t-b, --bus: \tShow the memory bus's log." << std::endl
<< "\t-g, --cgram: \tShow the palette viewer." << std::endl;
}
void parseArguments(int argc, char **argv, SNES &snes)