mirror of https://github.com/mgba-emu/mgba.git
LR35902: Rename GB-Z80 to SM83
This commit is contained in:
parent
a6fc606a2d
commit
f213488089
|
@ -106,7 +106,7 @@ static void _printStatus(struct CLIDebuggerSystem* debugger) {
|
|||
void LR35902CLIDebuggerCreate(struct CLIDebuggerSystem* debugger) {
|
||||
debugger->printStatus = _printStatus;
|
||||
debugger->disassemble = _disassemble;
|
||||
debugger->platformName = "GB-Z80";
|
||||
debugger->platformName = "SM83";
|
||||
debugger->platformCommands = _lr35902Commands;
|
||||
debugger->platformCommandAliases = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue