Copyright © Graeme Ashton 1985 - 2023. All rights reserved. ; PDS v3.a :0000: P.D Systems ; ; ; File "Protection Loader. " ; Version 00.20 ; By "Graeme Ashton." ; ; Created on Sun the 26th of Jul 1987 ; Last update 18:58 on 26/10/87 ******************************************************** * GMA / SECURISPEED * Fast Loader and Disk Protection by Graeme Ashton. * For C64 Nebulous by John (JMP) Phillips. ******************************************************** SKIP 1 SEND COMPUTER1 ORG $0334 UNFROM EQU $2000 ;unscramble from here UPTO EQU $D000 ;upto here OK ;happiness is a warm gun HAPPINESS JMP HEY FILES HEX 1101 ;readpro HEX 1102 ;splash page HEX 1300 ;part1 HEX 1001 ;part2 HEY SEI CLD LDX #$FF TXS LDA #0 JSR $FF90 ;DISABLE MESSAGES JSR RESDRI ;RESET DRIVE LDA #$FF STA $0329 ;DISABLE STOP LDA #$ED STA $0328 JSR SCREEN ;PUT SCREEN JSR PALNTS ;PAL OR NTSC JSR WOP JSR INIT2 JSR SETTAB LDA #8 STA FILLCT LDA #$25 STA 1 etc etc....