; Manually boot the MPE system from the disc. ; Set up the log(s). ; set -n console debug=mpedebug.log set -n console log=mpe20m.log ; Configure the simulation environment. set console DEL=177 set cpu idle=10 ; Set up the ATC. attach atcd 1054 ; Set the disc mode and image file. set ds0 7920 attach -e 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. go