add Computer Foosball to the collection

This commit is contained in:
Peter Ferrie 2022-05-31 21:29:44 -07:00
parent 5c2217ab64
commit b21ed78244
3 changed files with 19 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,19 @@
;license:MIT
;(c) 2022 by qkumba
!cpu 6502
!to "build/PRELAUNCH/CMPTR.FOOSBALL",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $2026
jsr $2000 ; decompress
+ENABLE_ACCEL
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}