Skip to navigation

Revs on the BBC Micro

Setup: Protect

Name: Protect [Show more] Type: Subroutine Category: Setup Summary: Decrypt or unprotect the game code (disabled)
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * MoveCode calls Protect
IF _SUPERIOR OR _REVSPLUS .Protect JMP SetupGame \ Jump to SetupGame to continue setting up the game NOP \ Presumably this contained some kind of copy protection NOP \ or decryption code that has been replaced by NOPs in NOP \ this unprotected version of the game NOP NOP ENDIF