; Boot the MPE system from the disc. ; Set up the log(s). ; set -n console debug=mpedebug.log set -n console log=mpe20.log ; Configure the simulation environment. set console DEL=177 set cpu idle=10 set ms disabled set mt devno=6 set mt realtime ; Set up the ATC. attach atcd 1054 ; Set the disc mode and image file. set ds0 7920,format attach ds0 mpe.7920.disc ; Set the debugging options. ; set cpu debug set cpu stop=unimpl ; set iop debug=dio;irq,filter=3;7 ; set mpx debug ; set ms debug ; set atcd debug ; set sel debug ; set ds debug ; set clk debug ; Boot the disc. boot ds0 echo echo Press to start MPE. set console delay=50000 set -i console halt=? go ; Respond to "WHICH OPTION ? " set console response=COOLSTART~m go ; Respond to "ANY CHANGES? " set console response=NO~m set -i console halt=? go ; Respond to "DATE (M/D/Y)?" ! tm mped > tm.sim do tm.sim go ; Respond to "TIME (H:M)?" ! tm mpet > tm.sim do tm.sim set -i console halt=) go ; Respond to "SUN, APR 5, 1987, 1:31 AM? (Y/N)" set console response=Y~m set console nohalt ! del tm.sim go