fix logic error in calculating display sector (does not affect existing cracks)

This commit is contained in:
4am 2024-04-29 12:09:25 -04:00
parent 43a719aa56
commit 7829069ff4

View File

@ -24,7 +24,8 @@ universale7
bne .eor
lda .sector+2 ; passport-test-suite/Rocky's Boots.woz [C=1] reaches here
and #$0F
sec
sbc #BASEPAGE
sta gDisplayBytes
jsr PrintByID
!byte s_e7