Ignore:
Timestamp:
Apr 20, 2012, 4:38:26 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator:

  • Updated device types.
  • ROMVARS.wFlags is checked to detect what Boot Settings should be set visible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r399 r403  
    238238
    239239g_szMultichoiceCfgDevice:
     240                        db  "JR-IDE/ISA",LF
     241                        db  "Fast XTIDE (CPLD v2 project)",LF
     242                        db  "XTIDE rev 2 or modded rev 1",LF
    240243                        db  "XTIDE rev 1",LF
    241                         db  "XTIDE rev 2 or modded rev 1",LF
    242                         db  "Fast XTIDE (CPLD v2 project)",LF
    243244                        db  "16-bit ISA/VLB/PCI IDE",LF
    244245                        db  "32-bit VLB/PCI IDE",LF
    245                         db  "Serial port virtual device",LF
    246                         db  "JR-IDE/ISA",NULL
     246                        db  "Serial port virtual device",NULL
     247
    247248
    248249g_szSerialCOMChoice:
     
    295296
    296297
     298g_szValueCfgDeviceJrIdeIsa: db  "JR-ISA",NULL
     299g_szValueCfgDeviceFast:     db  "Fast XT",NULL
     300g_szValueCfgDeviceRev2:     db  "XTIDE r2",NULL
    297301g_szValueCfgDeviceRev1:     db  "XTIDE r1",NULL
    298 g_szValueCfgDeviceRev2:     db  "XTIDE r2",NULL
    299 g_szValueCfgDeviceFast:     db  "Fast XT",NULL
    300302g_szValueCfgDevice16b:      db  "16-bit",NULL
    301303g_szValueCfgDevice32b:      db  "32-bit",NULL
    302304g_szValueCfgDeviceSerial:   db  "Serial",NULL
    303 g_szValueCfgDeviceJrIdeIsa: db  "JR-ISA",NULL
     305
    304306
    305307
     
    351353
    352354; Strings for boot settings menu
    353 g_szItemBootEnableMenu: db  "Boot Menu",NULL
    354355g_szItemBootTimeout:    db  "Selection timeout",NULL
    355356g_szItemBootDrive:      db  "Default boot drive",NULL
    356357g_szItemBootDispMode:   db  "Display Mode",NULL
    357358g_szItemBootFloppyDrvs: db  "Number of Floppy Drives",NULL
    358 ;g_szItemBootSwap:      db  "Swap boot drive numbers",NULL
    359359g_szItemSerialDetect:   db  "Scan for Serial Drives",NULL
    360360
    361 g_szDlgBootEnableMenu:  db  "Enable Boot Menu?",NULL
    362361g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in BIOS timer ticks (2...1092).",NULL
    363 g_szDlgBootDrive:       db  "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks, FFh for ROM boot).",NULL
    364 g_szDlgBootDispMode:    db  "Select display mode for Boot Menu.",NULL
    365 g_szDlgBootFloppyDrvs:  db  "Select number of Floppy Drives to display on boot menu.",NULL
    366 ;g_szDlgBootSwap:       db  "Enable drive number translation?",NULL
     362g_szDlgBootDrive:       db  "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks).",NULL
     363g_szDlgBootDispMode:    db  "Select display mode.",NULL
     364g_szDlgBootFloppyDrvs:  db  "Select number of Floppy Drives in system.",NULL
    367365g_szDlgSerialDetect:    db  "Scan for serial drives?",NULL
    368366
    369 g_szNfoBootEnableMenu:  db  "Enable to display boot drive selection menu.",NULL
    370367g_szNfoBootTimeout:     db  "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL
    371368g_szNfoBootDrive:       db  "Default drive on boot menu.",NULL
    372 g_szNfoDispMode:        db  "Display Mode for Boot Menu.",NULL
    373 g_szNfoBootFloppyDrvs:  db  "Number of Floppy Drives to display on boot menu.",NULL
    374 ;g_szNfoBootSwap:       db  "Drive Number Translation (swap first drive with selected).",NULL
     369g_szNfoDispMode:        db  "Display mode to set when booting.",NULL
     370g_szNfoBootFloppyDrvs:  db  "Number of Floppy Drives in system.",NULL
    375371g_szNfoSerialDetect:    db  "Scans all standard COM ports for serial drives."
    376372                        db  " This can also be invoked by holding down ALT at the end of normal drive detection.",NULL
     
    382378g_szHelpBootFloppyDrvs: incbin  "Bootmenu_FloppyDrives.txt"
    383379                        db  NULL
    384 ;g_szHelpBootSwap:      incbin  "Bootmenu_SwapDrives.txt"
    385 ;                       db  NULL
    386380g_szHelpSerialDetect:   incbin  "Bootmenu_SerialDetect.txt"
    387381                        db  NULL
Note: See TracChangeset for help on using the changeset viewer.