Better? AI purchases and new WAIT macro

This commit is contained in:
Pecusx
2022-08-05 12:04:14 +02:00
parent 05409fa301
commit d448eb2e1e
4 changed files with 20 additions and 20 deletions
+8 -7
View File
@@ -79,13 +79,14 @@
lda CONSOL
cmp #6 ; START KEY
beq ?nowait
LDA VCOUNT
ldy vcount
?WA cpy VCOUNT
BEQ ?WA
?wframe
cmp vcount
bne ?wframe
?zero LDA VCOUNT
beq ?zero
?WA cmp VCOUNT
beq ?WA
bcc ?WA
?WFRAME cmp VCOUNT
beq ?nowait
bcs ?WFRAME
?nowait
.ENDM
;-------------------------------------