Changeset 403 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Apr 20, 2012, 4:38:26 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r399 r403 238 238 239 239 g_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 240 243 db "XTIDE rev 1",LF 241 db "XTIDE rev 2 or modded rev 1",LF242 db "Fast XTIDE (CPLD v2 project)",LF243 244 db "16-bit ISA/VLB/PCI IDE",LF 244 245 db "32-bit VLB/PCI IDE",LF 245 db "Serial port virtual device", LF246 db "JR-IDE/ISA",NULL 246 db "Serial port virtual device",NULL 247 247 248 248 249 g_szSerialCOMChoice: … … 295 296 296 297 298 g_szValueCfgDeviceJrIdeIsa: db "JR-ISA",NULL 299 g_szValueCfgDeviceFast: db "Fast XT",NULL 300 g_szValueCfgDeviceRev2: db "XTIDE r2",NULL 297 301 g_szValueCfgDeviceRev1: db "XTIDE r1",NULL 298 g_szValueCfgDeviceRev2: db "XTIDE r2",NULL299 g_szValueCfgDeviceFast: db "Fast XT",NULL300 302 g_szValueCfgDevice16b: db "16-bit",NULL 301 303 g_szValueCfgDevice32b: db "32-bit",NULL 302 304 g_szValueCfgDeviceSerial: db "Serial",NULL 303 g_szValueCfgDeviceJrIdeIsa: db "JR-ISA",NULL 305 304 306 305 307 … … 351 353 352 354 ; Strings for boot settings menu 353 g_szItemBootEnableMenu: db "Boot Menu",NULL354 355 g_szItemBootTimeout: db "Selection timeout",NULL 355 356 g_szItemBootDrive: db "Default boot drive",NULL 356 357 g_szItemBootDispMode: db "Display Mode",NULL 357 358 g_szItemBootFloppyDrvs: db "Number of Floppy Drives",NULL 358 ;g_szItemBootSwap: db "Swap boot drive numbers",NULL359 359 g_szItemSerialDetect: db "Scan for Serial Drives",NULL 360 360 361 g_szDlgBootEnableMenu: db "Enable Boot Menu?",NULL362 361 g_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 362 g_szDlgBootDrive: db "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks).",NULL 363 g_szDlgBootDispMode: db "Select display mode.",NULL 364 g_szDlgBootFloppyDrvs: db "Select number of Floppy Drives in system.",NULL 367 365 g_szDlgSerialDetect: db "Scan for serial drives?",NULL 368 366 369 g_szNfoBootEnableMenu: db "Enable to display boot drive selection menu.",NULL370 367 g_szNfoBootTimeout: db "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL 371 368 g_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 369 g_szNfoDispMode: db "Display mode to set when booting.",NULL 370 g_szNfoBootFloppyDrvs: db "Number of Floppy Drives in system.",NULL 375 371 g_szNfoSerialDetect: db "Scans all standard COM ports for serial drives." 376 372 db " This can also be invoked by holding down ALT at the end of normal drive detection.",NULL … … 382 378 g_szHelpBootFloppyDrvs: incbin "Bootmenu_FloppyDrives.txt" 383 379 db NULL 384 ;g_szHelpBootSwap: incbin "Bootmenu_SwapDrives.txt"385 ; db NULL386 380 g_szHelpSerialDetect: incbin "Bootmenu_SerialDetect.txt" 387 381 db NULL
Note:
See TracChangeset
for help on using the changeset viewer.