mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-27 00:29:35 +00:00
mode7: leave off the lz4 header
This commit is contained in:
parent
109cf2928e
commit
c99bae61b2
@ -6,7 +6,8 @@
|
||||
|
||||
UNPACK_BUFFER EQU $4000
|
||||
|
||||
LZ4_DATA_BEGIN EQU 11
|
||||
; Adjusted using incbin directive
|
||||
LZ4_DATA_BEGIN EQU 0
|
||||
|
||||
start:
|
||||
; set flags for HGR2
|
||||
@ -36,6 +37,7 @@ start:
|
||||
|
||||
.include "../asm_routines/lz4_decode.s"
|
||||
|
||||
; Load, skipping 11 bytes of header
|
||||
data:
|
||||
.incbin "MODE7_DEMO.lz4"
|
||||
.incbin "MODE7_DEMO.lz4",11
|
||||
data_end:
|
||||
|
Loading…
x
Reference in New Issue
Block a user