Command line: support '-s2 ssc'

This commit is contained in:
tomcw
2022-06-26 19:06:39 +01:00
parent bba86863c3
commit 3ab80d9b9c
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -174,6 +174,13 @@ bool ProcessCmdLine(LPSTR lpCmdLine)
else
LogFileOutput("Parallel Printer card currently only supported in slot 1\n");
}
if (strcmp(lpCmdLine, "ssc") == 0)
{
if (slot == SLOT2)
g_cmdLine.slotInsert[slot] = CT_SSC;
else
LogFileOutput("SSC currently only supported in slot 2\n");
}
if (strcmp(lpCmdLine, "vidhd") == 0)
{
if (slot == SLOT3)