mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
find some disk space
This commit is contained in:
parent
d787e93b9a
commit
830666ffa7
Binary file not shown.
Binary file not shown.
@ -188,7 +188,6 @@ TUNNEL.TERROR=Type(06),AuxType(4600),Access(C3)
|
||||
TUNNEL.TERROR.1=Type(F1),AuxType(0000),Access(C3)
|
||||
WARP.DESTROYER=Type(06),AuxType(0300),Access(C3)
|
||||
WARP.DESTROY.1=Type(F1),AuxType(0000),Access(C3)
|
||||
WAVY.NAVY=Type(06),AuxType(0800),Access(C3)
|
||||
WAVY.NAVY.1=Type(F1),AuxType(0000),Access(C3)
|
||||
WAVY.NAVY=Type(06),AuxType(0300),Access(C3)
|
||||
VINDICATOR=Type(06),AuxType(0300),Access(C3)
|
||||
VINDICATOR.1=Type(F1),AuxType(0000),Access(C3)
|
||||
|
37
res/demosrc/wavy.navy.a
Normal file
37
res/demosrc/wavy.navy.a
Normal file
@ -0,0 +1,37 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "res/DEMO/WAVY.NAVY",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
+LOAD_FILE_AT wavy_navy, $800
|
||||
lda #$60
|
||||
sta $505d
|
||||
jsr $800 ; decompress
|
||||
ldx #5
|
||||
- lda patch, x
|
||||
sta $09E8, x
|
||||
sta $1547, x
|
||||
dex
|
||||
bpl -
|
||||
inx
|
||||
stx $6B22
|
||||
stx $084C
|
||||
jsr DisableAccelerator
|
||||
+READ_ROM_NO_WRITE
|
||||
jmp $800
|
||||
|
||||
wavy_navy
|
||||
!byte 21
|
||||
!text "X/WAVY.NAVY/WAVY.NAVY"
|
||||
|
||||
patch !byte $AD,$88,$C0,$6C,$FC,$FF
|
||||
|
||||
!if * > $3F0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user