VU Meters and Meteors work together
This commit is contained in:
Pecusx
2024-03-02 00:28:08 +01:00
parent 75fd6c494a
commit 6312dec69e
8 changed files with 37 additions and 45 deletions
+4 -5
View File
@@ -155,17 +155,16 @@ KeyAutoReleased ; autorepeat
mva #0 FirstKeypressDelay
rts
.endp
;--------------------------------------------------
/* ;--------------------------------------------------
.proc IsKeyPressed
; result: A=0 - yes , A>0 - no
;--------------------------------------------------
lda SKSTAT
and #%00000100
beq @+
lda #1
@ and STRIG0
rts
.endp
lda STRIG0
@ rts
.endp */
;--------------------------------------------------
.proc CheckStartKey
;--------------------------------------------------