summaryrefslogtreecommitdiffstats
path: root/hacks/images/m6502/disco.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/images/m6502/disco.asm')
-rw-r--r--hacks/images/m6502/disco.asm23
1 files changed, 23 insertions, 0 deletions
diff --git a/hacks/images/m6502/disco.asm b/hacks/images/m6502/disco.asm
new file mode 100644
index 0000000..bc69d70
--- /dev/null
+++ b/hacks/images/m6502/disco.asm
@@ -0,0 +1,23 @@
+; DISCO DISCO
+; submitted by Anonymous
+
+start:
+ inx
+ txa
+ sta $200, y
+ sta $300, y
+ sta $400, y
+ sta $500, y
+ iny
+ tya
+ cmp 16
+ bne do
+ iny
+ jmp start
+do:
+ iny
+ iny
+ iny
+ iny
+jmp start
+