Splash screen does not use the 6th page.

This commit is contained in:
Pecusx
2023-10-09 12:05:19 +02:00
parent e5e3424a7e
commit 696cdbb679
3 changed files with 5 additions and 4 deletions
+5 -4
View File
@@ -30,8 +30,7 @@ byt2 .ds 1
zc .ds ZCOLORS
org $600
ManualLangFlag .ds 1
org $1fff
SplashTypeFlag .ds 1
* --- BASIC switch OFF
@@ -78,7 +77,9 @@ main
rts ; KAZ splash :)
new_splash
.ENDIF
/*
mva #00 ManualLangFlag ; no manual page
*/
jsr init_song
* --- init PMG
@@ -186,10 +187,10 @@ s0 lda #$03
lda skctl ; ANY KEY
and #$04
bne skp
lda kbcode
/* lda kbcode
cmp #$25 ; "M" key
bne stop
mva #01 ManualLangFlag ; english manual page
mva #01 ManualLangFlag ; english manual page */
stop mva #$00 pmcntl ;PMG disabled
tax
sta:rne hposp0,x+
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.