mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-03-11 07:42:06 +00:00
Prevent both U1 & U2 cards being inserted at same time
This commit is contained in:
@@ -209,7 +209,7 @@ int CPageSound::CardTypeToComboItem(UINT slot)
|
||||
void CPageSound::InitOptions(HWND hWnd)
|
||||
{
|
||||
SS_CARDTYPE currConfig[NUM_SLOTS];
|
||||
for (UINT i = SLOT0; i < NUM_SLOTS; i++)
|
||||
for (int i = SLOT0; i < NUM_SLOTS; i++)
|
||||
currConfig[i] = m_PropertySheetHelper.GetConfigNew().m_Slot[i];
|
||||
|
||||
if (IsApple2PlusOrClone(GetApple2Type()))
|
||||
|
||||
Reference in New Issue
Block a user