support Space Adventure (#39)

This commit is contained in:
Peter Ferrie 2023-05-15 13:50:31 -07:00 committed by GitHub
parent e12b8fcfab
commit 6aa4146eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -344,7 +344,7 @@ StringTable
!word @mainmenu
@header
!text "Anti-M v1.9pre by 4am 2022-04-19"
!text "Anti-M v1.9pre by 4am 2023-05-15"
!text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu

View File

@ -101,6 +101,13 @@ IDIDSI
lda $d1d1,X ;SMC
cmp #$c0
bne @cb3jump
ldy #<((@cb3_end + 1) & -2)
- tya
eor $bf00,y
sta $bf00,y
iny
iny
bne -
lda #$BF
@cb3patch2
sta $d1d1,X ;SMC
@ -114,6 +121,7 @@ IDIDSI
sta $d1d1,X ;SMC
@cb3jump
jmp (@cb3patch3+1)
@cb3_end
}
@tracer3_e
}