mirror of
https://github.com/a2-4am/4sports.git
synced 2025-04-06 12:38:01 +00:00
add Computer Foosball to the collection
This commit is contained in:
parent
5c2217ab64
commit
b21ed78244
BIN
res/TITLE.HGR/CMPTR.FOOSBALL
Normal file
BIN
res/TITLE.HGR/CMPTR.FOOSBALL
Normal file
Binary file not shown.
BIN
res/dsk/computer foosball 7k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/computer foosball 7k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
19
src/prelaunch/computer.foosball.a
Normal file
19
src/prelaunch/computer.foosball.a
Normal 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 ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user