; FastPilot2.Midas last modified by Fiala 13 March 1984
L X Boot  
L X Load INITIAL
L X Break RAMLOADED;	IMX 316 in old LoadRAM
L X TimeOut 100000;	100000b msec ~ 32 sec
L X Go SAPILOTSTART
L X Skip 1
L X ShowError Timed out on SAPilotStart before BP at RamLoaded
;
; Here at RamLoaded bp in LoadRAM, about to init Pilot1.
L C18 Addr FFAULT
L C18 Val 10000
L X UnBreak RAMLOADED
L X Break IMX 2005;	BOOTEMULATORS in Initialize.mc
L X TimeOut 40000;	~16 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not complete device initialization
;
; Here at BootEmulators bp in Initialize
L X UnBreak IMX 2005
L X Break RAMLOADED;	IMX 316
L X TimeOut 20000;	~8 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not finish loading Pilot2 overlay
;
; Here at RamLoaded bp about to start emulator
L X Run-Prog PILOT2SYMBOLS;	Run-Prog flushes breakpoints
;
; Insert bug breakpoints:
L X Break LOADGC3+2;	UNBOUND xfer PC=0 trap
L X Break XFUNBOUND;	UNBOUND type 1 xrer G=0 trap
L X Break XFT0+1;		CONTROL trap
L X Break XFERTRAP
L X Break IMX 136;	StackErrorLoc in Fault.mc (stack overflow,
;			underflow, and minimal stack errors
; Some of these breakpoints may also be interesting
;L X Break IMX 71;	EmNotifyA+5 in Fault.mc page & WP faults
;			(Check location)
;L X Break XFFAULT;	Xfer Page, WP and frame faults
;L X Break CHKTOL+6;	Timeout in MesaP
;L X Break RESCHEDULE;	MP=930 bp just after germ's exit to Pilot
;
L X ShowError Pilot2 successfully loaded--BP at RamLoaded
;
; User will abort from the ShowError if he wants to do anything;
; otherwise, he continues.
L X TimeOut 17777777777;	~ 50 days
L X Continue
L X Skip 1
L X ShowError Impossible TIMEOUT of Continue