shave some bytes

This commit is contained in:
4am 2021-06-19 11:00:16 -04:00
parent 7a75188e4f
commit daefedbb5d
2 changed files with 4 additions and 8 deletions

View File

@ -112,13 +112,9 @@ IDDOS33
;
; Check for MUSE sector order map
;
;A=0 here
;lda #$00
ldx #$55
ldy #$01
jsr compare ; if T00,S00,$55 ==
!byte $02
bcs +
ldy $0855
cpy #$02
bne +
ldy #TRUE ; passport-test-suite/The Function Game.woz [C=0] matches previous compare
sty gIsMUSERWTS
ldy #$0E

View File

@ -51,6 +51,7 @@ NonRelocatable
!source "id/trace32.a"
!source "id/trace8b3.a"
!source "id/trace33p.a"
!source "id/bootfailure.a"
!source "id/dos33.a"
!source "id/prodos.a"
!source "id/pascal.a"
@ -75,7 +76,6 @@ NonRelocatable
!source "id/dinkeydos.a"
!source "id/advent.a"
!source "id/panglosdos.a"
!source "id/bootfailure.a"
!source "id/davidson.a"
!source "id/holle.a"
!source "id/phoenix.a"