mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Manuals in main file disabled
This commit is contained in:
@@ -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
@@ -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
Binary file not shown.
Reference in New Issue
Block a user