Ignore:
Timestamp:
Jul 10, 2018, 2:05:02 PM (7 years ago)
Author:
Ben Rietbroek
Message:

Merged "menus-es-20180708.asm" provided by Alfredo [v1.1.5-testing]

Translator-build 'AiR-BOOT-v1.1.5-ES-TESTBUILD-20180710' was created
from this commit.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/setup/main.asm

    r214 r245  
    3030;~ LocMENU_ItemPack             equ          8 ; only if VariablePtr>0
    3131
     32IF  NOT BLD_LANG_TXT EQ 'es'
    3233SETUP_UpperFixString          db 'SETUP ',0 ; AddOn for "AiR-BOOT SETUP vX.XX"
     34ENDIF
    3335
    3436include setup/menus.asm                  ; Menu structures
     
    577579   call    VideoIO_FixedPrint            ; Put 'AiR-BOOT' to 1st line...
    578580   push    si
     581
     582; rousseau.comment.201807101222 :: Need to make this a lang-dependend function
     583IF  BLD_LANG_TXT EQ 'es'
     584      mov     cx, 0118h
     585      call    VideoIO_Locate
     586ENDIF
    579587      mov     si, offset SETUP_UpperFixString
    580588      call    VideoIO_Print              ; and 'SETUP'...
Note: See TracChangeset for help on using the changeset viewer.