Slot 3: make the default (ie. vanilla install of AppleWin) have an empty slot 3.

. Previously it would default to Uthernet, but there are now other slot 3 card options.
This commit is contained in:
tomcw 2022-03-13 17:19:15 +00:00
parent e38e48e3a6
commit 169f0b29e8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public:
InsertInternal(SLOT0, CT_Empty);
InsertInternal(SLOT1, CT_GenericPrinter);
InsertInternal(SLOT2, CT_SSC);
InsertInternal(SLOT3, CT_Uthernet);
InsertInternal(SLOT3, CT_Empty);
InsertInternal(SLOT4, CT_Empty);
InsertInternal(SLOT5, CT_Empty);
InsertInternal(SLOT6, CT_Disk2);