home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 308.lha / IBM.script < prev    next >
Encoding:
Text File  |  1989-10-09  |  1.1 KB  |  37 lines

  1. ;    This arc file contains a script that allowed me to use SetCPU with
  2. ;my Commodore A2620 board and the A2088 Bridge board. Using SetCPU with the
  3. ;bridge board increases the screen refresh tremendously on the PC side. Also
  4. ;coretest performance increased from 45k/sec to 124k/sec on the c: partition
  5. ;of my Amiga harddisk. (Most PC hardcards perform in this range)
  6.  
  7. ;Up until now I had to run the bridgeboard without FastROM because any
  8. ;keyboard input would immediately cause the PC to Lockup.
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. setcpu NOfastROM   ;upon bootup, version 1.4 was used. 1.5 strips any paths
  19.                    ;that were added and causes other minor problems.
  20. wait 3
  21. BindDrivers
  22. echo "A2000 PC Workbench 1.2*N"
  23.  
  24. runback dh0:PC/PCdisk
  25. runback dh0:PC/Services/TimeServ
  26. SetCPU1.5 FastROM                  ;Only version 1.5 is usable here
  27. Path add DH0:superc                ;Paths that were striped must be added
  28. Path add DH0:System                ;again
  29. Path add DH0:Utilities
  30.  
  31.  
  32.  
  33.  
  34. ;After this script file is executed, "PC Mono" must be run. Screen
  35. ;display on the PC will be MUCH faster and smoother now that AmigaDOS is
  36. ;running from 32 bit memory.
  37.