run c9ff.a to all tracks

This commit is contained in:
4am 2018-09-23 22:30:17 -04:00
parent 5facba69f3
commit 8af8e3c4a2
3 changed files with 8 additions and 8 deletions

View File

@ -98,7 +98,6 @@ AnalyzeT00
!source "../patchers/datasoft.a" !source "../patchers/datasoft.a"
!source "../patchers/nibtable.a" !source "../patchers/nibtable.a"
!source "../patchers/diskvol.a" !source "../patchers/diskvol.a"
!source "../patchers/c9ff.a"
!source "../patchers/milliken.a" !source "../patchers/milliken.a"
!source "../patchers/methods.a" !source "../patchers/methods.a"
!source "../patchers/jsr8b3.a" !source "../patchers/jsr8b3.a"

View File

@ -758,6 +758,7 @@ _applyToAll
!source "patchers/t11diskvol.a" ; T11 && gIsRWTS only !source "patchers/t11diskvol.a" ; T11 && gIsRWTS only
!source "patchers/t02volumename.a" ; T02 && gIsBoot0 only !source "patchers/t02volumename.a" ; T02 && gIsBoot0 only
!source "patchers/universale7.a" !source "patchers/universale7.a"
!source "patchers/c9ff.a"
!source "patchers/a6bc95.a" ; gIsPascal only !source "patchers/a6bc95.a" ; gIsPascal only
!source "patchers/a5count.a" ; gIsPascal only !source "patchers/a5count.a" ; gIsPascal only
!source "patchers/d5d5f7.a" ; gIsPascal || (gIsBoot0 && gPossibleD5D5F7) only !source "patchers/d5d5f7.a" ; gIsPascal || (gIsBoot0 && gPossibleD5D5F7) only

View File

@ -3,14 +3,14 @@
; a custom RWTS-like routine to ; a custom RWTS-like routine to
; position the disk for an E7 ; position the disk for an E7
; protection check ; protection check
; e.g. Bank Street Writer II, ;
; tested on
; Bank Street Writer II
; Fact and Fiction Toolkit
; Mr. Pixel's Cartoon Kit
; Mr. Pixel's Programming Paint Set
; Story Maker ; Story Maker
; NOTE: I've only ever seen this on ; Swiss Family Robinson
; track 0, so as a speed optimization
; that's the only track where this
; runs. It needs to search the entire
; track because there is no fixed
; position for it to start.
;------------------------------- ;-------------------------------
!zone { !zone {
bit gMode ; nothing to do here in verify-only mode bit gMode ; nothing to do here in verify-only mode