mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 03:17:53 +00:00
MB: Add cmd line to set SSI263 type or empty socket
This commit is contained in:
@@ -817,6 +817,12 @@ static void RepeatInitialization(void)
|
||||
dynamic_cast<MockingboardCard&>(GetCardMgr().GetRef(i)).UseBad6522A();
|
||||
if (g_cmdLine.slotInfo[i].useBad6522B)
|
||||
dynamic_cast<MockingboardCard&>(GetCardMgr().GetRef(i)).UseBad6522B();
|
||||
for (UINT socket = 0; socket < 2; socket++)
|
||||
{
|
||||
const SSI263Type type = g_cmdLine.slotInfo[i].socketSSI263[socket];
|
||||
if (type != SSI263Unknown)
|
||||
dynamic_cast<MockingboardCard&>(GetCardMgr().GetRef(i)).SetSocketSSI263(socket, type);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user