;	This arc file contains a script that allowed me to use SetCPU with
;my Commodore A2620 board and the A2088 Bridge board. Using SetCPU with the
;bridge board increases the screen refresh tremendously on the PC side. Also
;coretest performance increased from 45k/sec to 124k/sec on the c: partition
;of my Amiga harddisk. (Most PC hardcards perform in this range)

;Up until now I had to run the bridgeboard without FastROM because any
;keyboard input would immediately cause the PC to Lockup.









setcpu NOfastROM   ;upon bootup, version 1.4 was used. 1.5 strips any paths
                   ;that were added and causes other minor problems.
wait 3
BindDrivers
echo "A2000 PC Workbench 1.2*N"

runback dh0:PC/PCdisk
runback dh0:PC/Services/TimeServ
SetCPU1.5 FastROM                  ;Only version 1.5 is usable here
Path add DH0:superc                ;Paths that were striped must be added
Path add DH0:System                ;again
Path add DH0:Utilities




;After this script file is executed, "PC Mono" must be run. Screen
;display on the PC will be MUCH faster and smoother now that AmigaDOS is
;running from 32 bit memory.
