mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-26 16:30:22 +00:00
disable rarely used RWTS swapper in JMPB4BB [fixes Half Time]
This commit is contained in:
parent
6c64f3b8c2
commit
e437f8154a
@ -71,5 +71,17 @@
|
||||
inx
|
||||
jsr modify3 ; then set offset+1 to
|
||||
!byte $4C,$84,$9D
|
||||
|
||||
ldx #$19
|
||||
ldy #$05
|
||||
jsr compare ; if T02,S0x,$19 ==
|
||||
!byte $AE,$07,$B7; LDX $B707
|
||||
!byte $8E,$55 ; STX $xx55
|
||||
bcs .exit ; passport-test-suite/Half Time.woz [C=0] matches
|
||||
inx
|
||||
inx
|
||||
inx
|
||||
jsr modify1 ; disable optional RWTS swapper
|
||||
!byte $2C
|
||||
.exit
|
||||
}
|
||||
|
@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
||||
.passport
|
||||
!text "Passport ",$00
|
||||
.header
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-06-07",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-06-12",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user