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

Function SdsSpeedStar

source/CopyProtectionDongles.cpp:86–89  ·  view source on GitHub ↗

This protection dongle consists of a NAND gate connected with AN1 and AN2 on the inputs PB2 on the output, and AN0 connected to power it.

Source from the content-addressed store, hash-verified

84// This protection dongle consists of a NAND gate connected with AN1 and AN2 on the inputs
85// PB2 on the output, and AN0 connected to power it.
86static bool SdsSpeedStar(void)
87{
88 return !MemGetAnnunciator(0) || !(MemGetAnnunciator(1) && MemGetAnnunciator(2));
89}
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)

Callers 1

CopyProtectionDonglePB2Function · 0.85

Calls 1

MemGetAnnunciatorFunction · 0.85

Tested by

no test coverage detected