updated flashers - added audiobell on verify error

This commit is contained in:
Jakub Husak
2023-02-03 12:12:50 +01:00
parent c04c4902d1
commit cdf2236d3e
15 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -257,11 +257,18 @@ _cdst equ * + 1
sta $3fa
cli
jsr print
dta c'non-match byte#:',0
dta 253,c'non-match byte#:',0
lda badcompare_counter+1
jsr printhex
lda badcompare_counter
jsr printhex
jsr print
dta c' (START-cont)',0
lda #7
cmp CONSOL
req
jsr printnl
sec
rts
Binary file not shown.
Binary file not shown.
Binary file not shown.