mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-04-09 18:38:28 +00:00
fix bug in ProDOS tracer (#40)
This commit is contained in:
parent
1ad0b3014a
commit
d739c08dab
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user