Add a Debugger breakpoint card (PR #1441)

. For AppleWin-Test regression tests for debugger breakpoints
This commit is contained in:
TomCh
2025-10-18 14:54:39 +01:00
committed by GitHub
parent ae28de062a
commit dce193b760
10 changed files with 389 additions and 3 deletions

View File

@@ -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;