mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Merge branch 'master' of https://github.com/pkali/scorch_src
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user