passport/src/patchers/t00_datasoft.a
2021-06-21 10:33:16 -04:00

20 lines
492 B
Plaintext
Executable File

;-------------------------------
; #DATASOFT
; nibble count in encrypted bootloader
; e.g. Video Title Shop, Tomahawk //e
;-------------------------------
!zone {
lda gIsDatasoft
bne .exit
ldy #$06
jsr SearchTrack
!byte $5D,$D4,$80,$49,00,$19
bcs .exit ; passport-test-suite/Tomahawk.woz [C=0] matches
jsr PrintByID
!byte s_datasoft
jsr modify1
!byte $C0
.exit
}