LR35902: Rename GB-Z80 to SM83

This commit is contained in:
Vicki Pfau 2019-12-21 13:53:16 -08:00
parent a6fc606a2d
commit f213488089
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static void _printStatus(struct CLIDebuggerSystem* debugger) {
void LR35902CLIDebuggerCreate(struct CLIDebuggerSystem* debugger) { void LR35902CLIDebuggerCreate(struct CLIDebuggerSystem* debugger) {
debugger->printStatus = _printStatus; debugger->printStatus = _printStatus;
debugger->disassemble = _disassemble; debugger->disassemble = _disassemble;
debugger->platformName = "GB-Z80"; debugger->platformName = "SM83";
debugger->platformCommands = _lr35902Commands; debugger->platformCommands = _lr35902Commands;
debugger->platformCommandAliases = NULL; debugger->platformCommandAliases = NULL;
} }