From 169f0b29e8e7b45757866b7cb0e815bc1aadf9dc Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 13 Mar 2022 17:19:15 +0000 Subject: [PATCH] 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. --- source/CardManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CardManager.h b/source/CardManager.h index 185599ea..2a884ab3 100644 --- a/source/CardManager.h +++ b/source/CardManager.h @@ -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);