From d739c08dab1a0cf417ba3353853981551f3bbc0f Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 11 Sep 2023 17:35:29 -0700 Subject: [PATCH] fix bug in ProDOS tracer (#40) --- src/anti-m.a | 4 ++-- src/idprodos.a | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/anti-m.a b/src/anti-m.a index 106d723..92ae521 100644 --- a/src/anti-m.a +++ b/src/anti-m.a @@ -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 diff --git a/src/idprodos.a b/src/idprodos.a index 88bcf35..5eb6061 100644 --- a/src/idprodos.a +++ b/src/idprodos.a @@ -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