MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CopyProtectionDonglePB1

Function CopyProtectionDonglePB1

source/CopyProtectionDongles.cpp:98–104  ·  view source on GitHub ↗

Returns the copy protection dongle state of PB1. A return value of -1 means not used by copy protection dongle

Source from the content-addressed store, hash-verified

96
97// Returns the copy protection dongle state of PB1. A return value of -1 means not used by copy protection dongle
98int CopyProtectionDonglePB1(void)
99{
100 if (copyProtectionDongleType == DT_HAYDENCOMPILER)
101 return 0; // connected to GND
102
103 return -1;
104}
105
106// Returns the copy protection dongle state of PB2. A return value of -1 means not used by copy protection dongle
107int CopyProtectionDonglePB2(void)

Callers 1

JoyReadButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected