mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Support Robocom's Interface Module protection dongles (#1247, PR#1248)
This commit is contained in:
@@ -47,7 +47,10 @@ const TCHAR CPageAdvanced::m_CloneChoices[] =
|
||||
const TCHAR CPageAdvanced::m_gameIOConnectorChoices[] =
|
||||
"Empty\0"
|
||||
"SDS DataKey - SpeedStar\0" /* Protection dongle for Southwestern Data Systems "SpeedStar" Applesoft Compiler */
|
||||
"Cortechs Corp - CodeWriter\0"; /* Protection key for Dynatech Microsoftware / Cortechs Corp "CodeWriter" */
|
||||
"Cortechs Corp - CodeWriter\0" /* Protection key for Dynatech Microsoftware / Cortechs Corp "CodeWriter" */
|
||||
"Robocom Ltd - Robo 500\0" /* Interface Module for Robocom Ltd's Robo 500 */
|
||||
"Robocom Ltd - Robo 1000\0" /* Interface Module for Robocom Ltd's Robo 1000 */
|
||||
"Robocom Ltd - Robo 1500\0"; /* Interface Module for Robocom Ltd's Robo 1500 */
|
||||
|
||||
|
||||
INT_PTR CALLBACK CPageAdvanced::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
|
||||
|
||||
Reference in New Issue
Block a user