home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / dema / logic / logic < prev    next >
Text File  |  1997-04-08  |  445b  |  16 lines

  1. ;
  2. ;  A script used to run LOGIC on a4000 with WARP.
  3. ;
  4. ;  Enables all caches we could think of :).  The demo itself does
  5. ;  NOT modify cache flags, so if you have an 'exotic' turbocard,
  6. ;  feel free to experiment.
  7. ;
  8. ;  NOTE!  The file "MUTANTTI.LIB" =MUST= be renamed to "mutantti.library"
  9. ;  (remember the case) beforehand.
  10. ;
  11.  
  12. Cpu >NIL: INSTCACHE INSTBURST DATACACHE DATABURST COPYBACK
  13. Assign >NIL: LOGIC: ""
  14. Assign >NIL: LIBS: "" ADD
  15. LOGIC.EXE
  16.