repack Cubit, Cyber Strike, Cyclod

This commit is contained in:
Peter Ferrie
2025-10-09 09:21:22 -07:00
parent d87602398b
commit 8ec098aa19
4 changed files with 24 additions and 0 deletions
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
;license:MIT
;(c) 2025 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/CYBER.STRIKE",plain
*=$106
!source "src/macros.a"
+ENABLE_ACCEL
lda #<callback
sta $384E
lda #>callback
sta $384F
jmp $800
callback
jsr $9500
+DISABLE_ACCEL
rts
!if * > PrelaunchMax {
!error "code is too large, ends at ", *
}