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