Manuals in main file disabled

This commit is contained in:
Pecusx
2023-06-28 20:19:50 +02:00
parent 80ffb70758
commit 4e8504b712
3 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -204,8 +204,9 @@ stop mva #$00 pmcntl ;PMG disabled
mva #$40 nmien ;only NMI interrupts, DLI disabled
cli ;IRQ enabled
lda ManualLangFlag
/* lda ManualLangFlag
beq waitkey2release
; and now display manual language selection screen
mva <lngDL dlptrs
mva >lngDL dlptrs+1
@@ -234,7 +235,7 @@ waitkey2release
lda skctl ; ANY KEY
and #$04
beq waitkey2release
*/
rts ;return to ... DOS
skp
@@ -262,7 +263,7 @@ byt3 brk
;---
lngDL
/* lngDL
.byte $70,$70,$70,$70,$70
.byte $47
.word LngTitle
@@ -276,7 +277,7 @@ LngTitle
dta d" select language "*
LngList
dta d" E - English Manual "
dta d" P - Polska instrukcja "
dta d" P - Polska instrukcja " */
;---
.MACRO ANTIC_PROGRAM
+1 -1
View File
@@ -160,7 +160,7 @@ FirstZpageVariable = $54
icl 'Atari/lib/ATARISYS.ASM'
icl 'Atari/lib/MACRO.ASM'
icl 'artwork/splash_v2/splash.asm' ; splash screen and musix
icl 'Atari/Manual/manual.asm' ; manuals display
; icl 'Atari/Manual/manual.asm' ; manuals display
.ELIF TARGET = 5200
OPT h-f+ ; no headers, single block --> cart bin file
icl 'Atari/lib/5200SYS.ASM'
BIN
View File
Binary file not shown.