mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
DM logo fix compiled
This commit is contained in:
@@ -25,7 +25,7 @@ HEIGHT = 30
|
||||
org $2000
|
||||
ant dta $42,a(scr)
|
||||
dta $02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02,$02
|
||||
dta $02,$02,$02,$02,$02,$02,$02,$02,$82,$04,$82,$02,$22
|
||||
dta $02,$02,$02,$02,$02,$02,$02,$02,$82,$04,$02,$02,$22
|
||||
dta $41,a(ant)
|
||||
|
||||
scr ins "digital_melody_logo.scr"
|
||||
@@ -96,7 +96,8 @@ null jmp DLI.dli1 ;CPU is busy here, so no more routines allowed
|
||||
stop
|
||||
mva #0 dmactls ; dark screen
|
||||
sta dmactl
|
||||
mva #$00 pmcntl ;PMG disabled
|
||||
|
||||
mva #$00 pmcntl ;PMG disabled
|
||||
tax
|
||||
sta:rne hposp0,x+
|
||||
|
||||
@@ -156,24 +157,6 @@ c12 lda #$82
|
||||
sta color3
|
||||
lda #$01
|
||||
sta gtictl
|
||||
DLINEW dli5 1 1 1
|
||||
|
||||
dli5
|
||||
sta regA
|
||||
stx regX
|
||||
sty regY
|
||||
|
||||
c13 lda #$82
|
||||
c14 ldx #$02
|
||||
c15 ldy #$56
|
||||
sta wsync ;line=224
|
||||
sta color0
|
||||
stx color1
|
||||
sty color2
|
||||
c16 lda #$86
|
||||
sta color3
|
||||
lda #$81
|
||||
sta gtictl
|
||||
|
||||
lda regA
|
||||
ldx regX
|
||||
|
||||
@@ -160,5 +160,5 @@ loop ldy #0
|
||||
.use DLI,NMI
|
||||
tcol
|
||||
dta t(c0,c1,c2,c3,c4,c5,c6,c7,c8,c9)
|
||||
dta t(c10,c11,c12,c13,c14,c15,c16)
|
||||
dta t(c10,c11,c12)
|
||||
dta t(0)
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"0.63" ; number of this build (4 bytes)
|
||||
dta d"0.64" ; number of this build (4 bytes)
|
||||
.endm
|
||||
|
||||
.macro RMTSong
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user