joytest for real hardware

This commit is contained in:
2022-05-11 10:51:22 -04:00
parent 860d0917ad
commit 8556dfe0d7
2 changed files with 20 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
icl '../lib/atari.hea'
org $2000
joytest
mva #0 dmactls
@
lda trig0
beq pressed
mva #0 colbak
beq @-
pressed
lda #$0f
;ora jstick0
sta colbak
jmp @-
run joytest
Binary file not shown.