Changeset 589 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r588 r589 21 21 SECTION .data 22 22 23 ; DOS version check 24 g_s$NotMinimumDosVersion: db LF,"This program requires DOS version 2 or higher.",LF,"$" 25 23 26 ; Menu title 24 27 g_szProgramTitle: db "Configuration and Flashing program for XTIDE Universal BIOS v2.0.0.",LF,CR,NULL 25 g_szXtideUniversalBiosSignature: db "XTIDE205",NULL28 g_szXtideUniversalBiosSignature: db FLASH_SIGNATURE,NULL 26 29 g_szBiosIsNotLoaded: db "BIOS is not loaded!",NULL 27 30 g_szEEPROM: db "EEPROM",NULL … … 134 137 db " Conventional memory. This makes it possible to use ROM BASIC and other software that requires" 135 138 db " the interrupt vectors where XTIDE Universal BIOS parameters would be stored in Lite mode.",LF,LF 136 db "Lite mode supports only one IDE controller (2drives) and stores parameters to the top of the interrupt vectors"139 db "Lite mode supports only 2 IDE controllers (4 drives) and stores parameters to the top of the interrupt vectors" 137 140 db " (30:0h) so no Conventional memory needs to be reserved. Lite mode cannot be used if some software requires" 138 141 db " the top of interrupt vectors. Usually this is not a problem since only IBM ROM BASIC uses them.",LF,LF … … 221 224 g_szDlgIdeEnIRQ: db "Enable interrupt?",NULL 222 225 g_szDlgIdeIRQ: db "Enter IRQ channel (2...7 for 8-bit controllers, 2...15 for any other controller).",NULL 226 g_szUnsupportedDevice: db "There is no support for this device type in the currently loaded BIOS." 227 db " You must load a BIOS built with the proper module included to be able to use this type of device.",NULL 223 228 224 229 g_szNfoIdeBackToCfgMenu: db "Back to XTIDE Universal BIOS Configuration Menu.",NULL … … 275 280 db "XTIDE rev 1",LF 276 281 db "XTIDE rev 2 or modded rev 1",LF 277 db "XT-CF (PIO8)",LF278 db "XT-CF (PIO8 w/BIU offload)",LF279 db "XT-CF (PIO16 w/BIU offload)",LF282 db "XT-CF PIO8",LF 283 db "XT-CF PIO8 (BIU offload)",LF 284 db "XT-CF PIO16 (BIU offload)",LF 280 285 db "XT-CF DMA (v3 only)",LF 281 286 db "JR-IDE/ISA",LF
Note:
See TracChangeset
for help on using the changeset viewer.