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 zc .ds ZCOLORS
org $600 org $1fff
ManualLangFlag .ds 1
SplashTypeFlag .ds 1 SplashTypeFlag .ds 1
* --- BASIC switch OFF * --- BASIC switch OFF
@@ -78,7 +77,9 @@ main
rts ; KAZ splash :) rts ; KAZ splash :)
new_splash new_splash
.ENDIF .ENDIF
/*
mva #00 ManualLangFlag ; no manual page mva #00 ManualLangFlag ; no manual page
*/
jsr init_song jsr init_song
* --- init PMG * --- init PMG
@@ -186,10 +187,10 @@ s0 lda #$03
lda skctl ; ANY KEY lda skctl ; ANY KEY
and #$04 and #$04
bne skp bne skp
lda kbcode /* lda kbcode
cmp #$25 ; "M" key cmp #$25 ; "M" key
bne stop bne stop
mva #01 ManualLangFlag ; english manual page mva #01 ManualLangFlag ; english manual page */
stop mva #$00 pmcntl ;PMG disabled stop mva #$00 pmcntl ;PMG disabled
tax tax
sta:rne hposp0,x+ sta:rne hposp0,x+
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.