- MicroVAX 2000 & VAXstation 2000 - MicroVAX 3100 M10/M20 - MicroVAX 3100 M10e/M20e - InfoServer 100 - InfoServer 150 VXT - VAXstation 3100 M30 - VAXstation 3100 M38 - VAXstation 3100 M76 - VAXstation 4000 VLC - VAXstation 4000 M60 - MicroVAX 3100 M80 - InfoServer 1000
19 lines
337 B
Text
19 lines
337 B
Text
$!
|
|
$! This procedure patches KA42B.BIN (V1.5) Boot ROM image to work under
|
|
$! the SIMH simulator
|
|
$!
|
|
$ PATCH /ABSOLUTE /NEW_VERSION /OUTPUT=KA42B.BIN KA42B_ORIG.BIN
|
|
!
|
|
! Test 4 - 8PLN
|
|
!
|
|
! - Ignore failures in 8PLN test for now
|
|
!
|
|
REPLACE/INSTRUCTION 00767 = 'BLBC R0,0000078E'
|
|
'NOP'
|
|
'NOP'
|
|
'NOP'
|
|
EXIT
|
|
!
|
|
UPDATE
|
|
EXIT
|
|
$
|