home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / sound / protracker / !PTracker / !Run < prev    next >
Text File  |  1994-06-27  |  773b  |  29 lines

  1. | ArcProTracker: The Ultimate SoundTracker
  2. |                © 1992/3/4 Owain Vaughan / Archimedes freelancers
  3. |
  4. | Version:       0.6 release A
  5. |
  6. | This program is Public Domain
  7. | You may change the defaults below:
  8.  
  9. Set ProTracker$PrintFile ram:ProDump
  10. SetEval ProTracker%MinMemory 480
  11.  
  12. | Remove the bars from the next two lines, for a lot of memory!
  13.  
  14. |memclear -xac
  15. |WimpSlot 1280K
  16.  
  17. | Don't change anything below this line (except the last line if necessary!)
  18.  
  19. |If "<ProTracker%Status>" = 1 Then Obey
  20. Run <Obey$Dir>.!Boot
  21. |SetEval ProTracker%Status 1
  22.  
  23. If "<ProTracker%MinMemory>" < 480 Then Error 0 ProTracker: PT needs more than <ProTracker%MinMemory>K to run!
  24. Set Alias$PTMemory WimpSlot <ProTracker%MinMemory>K
  25. PTMemory
  26. Unset Alias$PTMemory
  27.  
  28. Run <Obey$Dir>.PTLoader %*0
  29.