Help: add info about dongle

This commit is contained in:
tomcw
2023-01-01 19:34:32 +00:00
parent dee264483a
commit af9d2a6402
5 changed files with 37 additions and 21 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const TCHAR CPageAdvanced::m_CloneChoices[] =
//enum GAMEIOCONNECTOR_CHOICE { MENUITEM_EMPTY, MENUITEM_SPEEDSTAR };
const TCHAR CPageAdvanced::m_gameIOConnectorChoices[] =
TEXT("Empty\0")
TEXT("SDS DataKey - Speed Star\0"); // Protection dongle for Southwestern Data Systems "Speed Star" Applesoft Compiler
TEXT("SDS DataKey - SpeedStar\0"); // Protection dongle for Southwestern Data Systems "SpeedStar" Applesoft Compiler
INT_PTR CALLBACK CPageAdvanced::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)