mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
repack Death Sword to save some space
This commit is contained in:
parent
8e657186e1
commit
082e277e3d
Binary file not shown.
BIN
res/dsk/deathsword PRODOS (san inc pack).po
Normal file
BIN
res/dsk/deathsword PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2020, 2023 by qkumba/Frank M.
|
||||
;(c) 2024 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/DEATH.SWORD",plain
|
||||
@ -7,17 +7,16 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
inc $3F4 ; force reboot
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$8b
|
||||
sta $bf0e ; disable ROM mapping
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #IS_IIGS
|
||||
bne +
|
||||
lda #$A9
|
||||
sta $21E0 ; don't write to non-GS softswitch
|
||||
+ jmp $2000
|
||||
lda #$60
|
||||
sta $921
|
||||
jsr $800 ; decompress
|
||||
lda $c083
|
||||
jsr DisableAccelerator
|
||||
lda $c08b
|
||||
jmp $6000
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
|
Loading…
Reference in New Issue
Block a user