mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-22 14:17:03 +00:00
Add a Debugger breakpoint card (PR #1441)
. For AppleWin-Test regression tests for debugger breakpoints
This commit is contained in:
@@ -223,6 +223,10 @@ bool ProcessCmdLine(LPSTR lpCmdLine)
|
||||
g_cmdLine.slotInsert[slot] = CT_SDMusic;
|
||||
g_cmdLine.supportExtraMBCardTypes = true;
|
||||
}
|
||||
else if (strcmp(lpCmdLine, "breakpointcard") == 0)
|
||||
{
|
||||
g_cmdLine.slotInsert[slot] = CT_BreakpointCard;
|
||||
}
|
||||
else if (strcmp(lpCmdLine, "6522a-bad") == 0)
|
||||
{
|
||||
g_cmdLine.slotInfo[slot].useBad6522A = true;
|
||||
|
||||
Reference in New Issue
Block a user