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

Function CopyProtectionDonglePB0

source/CopyProtectionDongles.cpp:92–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91// Returns the copy protection dongle state of PB0. A return value of -1 means not used by copy protection dongle
92int CopyProtectionDonglePB0(void)
93{
94 return -1;
95}
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)

Callers 1

JoyReadButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected