mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
xmas2019: initial release
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Load to HGR
|
Load to HGR
|
||||||
Decompress to HGR2
|
Decompress to HGR2
|
||||||
|
|
||||||
+ LZ4 Decompression (fit in 4k)
|
+ LZ4 Decompression (fit in 8k)
|
||||||
+ Re-arrange sound playing to try to avoid glitch
|
+ Re-arrange sound playing to try to avoid glitch
|
||||||
|
|
||||||
|
|
||||||
|
@@ -404,9 +404,11 @@ L7:
|
|||||||
lda #>($2000+11)
|
lda #>($2000+11)
|
||||||
sta LZ4_SRC+1
|
sta LZ4_SRC+1
|
||||||
|
|
||||||
lda #<($2000+6241+11-8)
|
; should automate this somehow
|
||||||
|
|
||||||
|
lda #<($2000+6247+11-8)
|
||||||
sta LZ4_END
|
sta LZ4_END
|
||||||
lda #>($2000+6241+11-8)
|
lda #>($2000+6247+11-8)
|
||||||
sta LZ4_END+1
|
sta LZ4_END+1
|
||||||
|
|
||||||
lda #$40 ; load to $4000
|
lda #$40 ; load to $4000
|
||||||
|
@@ -238,8 +238,8 @@ play_mb_write:
|
|||||||
sta MOCK_6522_ORA2 ; put value on PA2 ; 4
|
sta MOCK_6522_ORA2 ; put value on PA2 ; 4
|
||||||
lda #MOCK_AY_WRITE ; ; 2
|
lda #MOCK_AY_WRITE ; ; 2
|
||||||
sta MOCK_6522_ORB1 ; write on PB1 ; 4
|
sta MOCK_6522_ORB1 ; write on PB1 ; 4
|
||||||
sta MOCK_6522_ORB2 ; write on PB2 ; 4
|
|
||||||
stx MOCK_6522_ORB1 ; 4
|
stx MOCK_6522_ORB1 ; 4
|
||||||
|
sta MOCK_6522_ORB2 ; write on PB2 ; 4
|
||||||
stx MOCK_6522_ORB2 ; 4
|
stx MOCK_6522_ORB2 ; 4
|
||||||
;===========
|
;===========
|
||||||
; 26
|
; 26
|
||||||
|
BIN
xmas_2019/xmas2019.dsk
Normal file
BIN
xmas_2019/xmas2019.dsk
Normal file
Binary file not shown.
Reference in New Issue
Block a user