do rwtslog patcher before other patchers that might copy universal RWTS into place (avoids false positives)

This commit is contained in:
4am 2021-06-14 11:13:28 -04:00
parent 0290cd71c7
commit 5552f8882b
2 changed files with 3 additions and 2 deletions

View File

@ -80,6 +80,8 @@ AnalyzeT00
T00_IsNotRWTS
; patchers that run on every disk
!source "../patchers/t00_rwtslog.a"
; ----- add new patchers below this line -----
!source "../patchers/t00_bb03.a"
!source "../patchers/t00_datasoft.a"
!source "../patchers/t00_dos32.a"
@ -92,7 +94,6 @@ T00_IsNotRWTS
!source "../patchers/t00_pascalrwts.a"
!source "../patchers/t00_rdos13.a"
!source "../patchers/t00_rol1e.a"
!source "../patchers/t00_rwtslog.a"
rts
!if * > $4000 {

View File

@ -413,10 +413,10 @@ _byte_skip_hi:
!source "id/advent.a"
!source "id/panglosdos.a"
!source "id/davidson.a"
!source "id/bootfailure.a"
!source "id/holle.a"
!source "id/phoenix.a"
!source "id/555.a"
!source "id/bootfailure.a"
!source "print.a"
!source "compare.a"
!source "modify.a"