home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 477.lha / PatchStarCompiler_v1.0 / Patches / ED_patch.s < prev    next >
Text File  |  1991-02-12  |  355b  |  24 lines

  1. ; ED Patch      taken from FileMaster
  2.  
  3.  
  4. check $1aad : "199"            ; check if it's the right version !
  5.  
  6.  
  7.  
  8.  
  9. if true                    ; yes, now patch window size
  10.    begin
  11.         Patch $1aad : "255"
  12.         Text  "ED 1.4 will now open PAL window."
  13.    end
  14.  
  15.  
  16.  
  17.  
  18. if false                ; no, it's a different version of ED !
  19.    begin
  20.         Text "Sorry, wrong version of ED !"
  21.    end
  22.  
  23.      
  24.