mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-27 14:29:38 +00:00
add Kaboom! to the collection
This commit is contained in:
parent
383959c6b9
commit
2cc6a9c9aa
BIN
res/CACHE10.IDX
BIN
res/CACHE10.IDX
Binary file not shown.
BIN
res/CACHE11.IDX
BIN
res/CACHE11.IDX
Binary file not shown.
@ -253,6 +253,7 @@
|
||||
00011,JUMP.JET=Jump Jet
|
||||
00010,JUMPMAN=Jumpman
|
||||
00040,JUNGLE.HUNT=Jungle Hunt
|
||||
10001,KABOOM=Kaboom!
|
||||
10011,KAMIKAZE=Kamikaze
|
||||
00060,KARATEKA=Karateka
|
||||
00010,KID.NIKI=Kid Niki
|
||||
|
BIN
res/TITLE.HGR.UNPACKED/KABOOM
Normal file
BIN
res/TITLE.HGR.UNPACKED/KABOOM
Normal file
Binary file not shown.
BIN
res/TITLE.HGR/KABOOM
Normal file
BIN
res/TITLE.HGR/KABOOM
Normal file
Binary file not shown.
BIN
res/dsk/kaboom 7k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/kaboom 7k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
33
src/prelaunch/kaboom.a
Normal file
33
src/prelaunch/kaboom.a
Normal file
@ -0,0 +1,33 @@
|
||||
;license:MIT
|
||||
;(c) 2024 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/KABOOM",plain
|
||||
*=$106
|
||||
|
||||
!source "src/macros.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $82A
|
||||
jsr $800 ; decompress
|
||||
lda #$4C
|
||||
sta $7AE1
|
||||
lda #<callback
|
||||
sta $7AE2
|
||||
lda #>callback
|
||||
sta $7AE3
|
||||
+DISABLE_ACCEL
|
||||
jmp $4000
|
||||
|
||||
callback
|
||||
sec
|
||||
sbc #$F8
|
||||
cmp #2
|
||||
bcc +
|
||||
jmp $7AEA
|
||||
+ jmp $7AE5
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user