mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-21 17:31:23 +00:00
Help doc: add Hayden dongle
This commit is contained in:
parent
29c02d6bf2
commit
8a3de5592a
@ -88,10 +88,11 @@ Supported devices are:
|
||||
<li> Southwestern Data Systems' datakey - SpeedStar (copy protection dongle)
|
||||
<li> Dynatech Microsoftware / Cortechs Corp's protection key - CodeWriter (copy protection dongle)
|
||||
<li> Robocom Ltd's interface module - Robo 500/1000/1500 & RoboCAD 1/2 (copy protection dongle)
|
||||
<li> Hayden Book Company, Inc's protection key - Applesoft Compiler (copy protection dongle)
|
||||
</ul>
|
||||
NB. Copy protection dongles can interfere with joysticks (eg. buttons may be hardwired to a fixed state), so only use dongles with the intended software.<br>
|
||||
NB. Copy protection dongles can interfere with RGB cards (eg. unexpected video modes may get selected).<br>
|
||||
NB. For Apple II/II+ models, when a joystick is selected (from the <a href="cfg-input.html">Input</a> tab), then there is also an implicit joystick connected at the same time as the device selected here.
|
||||
NB. For Apple II/II+ models, when a joystick is selected (from the <a href="cfg-input.html">Input</a> tab), then there is also an implicit joystick connected at the same time as the device selected here (and some dongles even allowed 16-pin game connectors to be plugged in on top, eg. SDS and Robocom devices).
|
||||
</p>
|
||||
|
||||
</body></html>
|
||||
|
@ -51,7 +51,7 @@ const TCHAR CPageAdvanced::m_gameIOConnectorChoices[] =
|
||||
"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, CAD-2P\0" /* Interface Module for Robocom Ltd's Robo 1500, Robo Systems CAD-2P */
|
||||
"Hayden - Applesoft Compiler\0"; /* Protection key for Hayden's Applsoft Compiler (1981) */
|
||||
"Hayden - Applesoft Compiler\0"; /* Protection key for Hayden Book Company, Inc's Applesoft Compiler (1981) */
|
||||
|
||||
|
||||
INT_PTR CALLBACK CPageAdvanced::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam)
|
||||
|
@ -29,7 +29,7 @@
|
||||
- Southwestern Data Systems' datakey for SpeedStar Applesoft Compiler (Matthew D'Asaro Dec 2022)
|
||||
- Dynatech Microsoftware / Cortechs Corp's protection key for "CodeWriter"
|
||||
- Robocom Ltd's Interface Module for Robo Graphics 500/1000/1500 & RoboCAD 1/2 (BitStik joystick plugs in on top)
|
||||
- Hayden's protection key for "Applesoft Compiler"
|
||||
- Hayden Book Company, Inc's protection key for "Applesoft Compiler"
|
||||
*/
|
||||
#include "StdAfx.h"
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user