diff --git a/artwork/joytest.asm b/artwork/joytest.asm new file mode 100644 index 0000000..0dbf434 --- /dev/null +++ b/artwork/joytest.asm @@ -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 + \ No newline at end of file diff --git a/artwork/joytest.xex b/artwork/joytest.xex new file mode 100644 index 0000000..02f9d67 Binary files /dev/null and b/artwork/joytest.xex differ