fix bug in ProDOS tracer (#40)

This commit is contained in:
Peter Ferrie 2023-09-11 17:35:29 -07:00 committed by GitHub
parent 1ad0b3014a
commit d739c08dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
;-------------------------------
; Anti-M
; a 4am hack
; (c) 2019-2022 by 4am
; (c) 2019-2023 by 4am
;
; Permission is hereby granted, free of charge, to any
; person obtaining a copy of this software and associated
@ -344,7 +344,7 @@ StringTable
!word @mainmenu
@header
!text "Anti-M v1.9 by 4am 2023-05-15"
!text "Anti-M v1.10pre by 4am 2023-09-11"
!text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu

View File

@ -15,7 +15,10 @@ IDProDOS
ldx #$60
stx $801
inc $3D
jsr $865C
jsr $C65C
dec $27
dec $3D
dec $3D
lda #$38
sta $801
lda #9
@ -39,6 +42,7 @@ IDProDOS
sta $8FD
lda #>@ProDOSCallbackx
sta $8FE
clc
@exit
rts