Changeset 68 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Dec 9, 2010, 6:36:00 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r65 r68 2 2 ; Project name : XTIDE Universal BIOS Configurator v2 3 3 ; Created date : 5.10.2010 4 ; Last update : 5.12.20104 ; Last update : 9.12.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : All strings. … … 43 43 44 44 ; Flashing related strings 45 g_szErrEepromTooSmall: db "Image is too large for selected EEPROM type!",NULL 45 46 g_szErrEepromPolling: db "Timeout when polling EEPROM.",LF 46 47 db "EEPROM was not flashed properly!",NULL … … 102 103 g_szNfoCfgIdeCnt: db "Number of IDE controllers to manage.",NULL 103 104 104 g_szHelpCfgFullMode: db "incbin goes here.",NULL 105 g_szHelpCfgStealSize: db "incbin goes here.",NULL 105 g_szHelpCfgFullMode: incbin "Configuration_FullMode.txt" 106 db NULL 107 g_szHelpCfgStealSize: incbin "Configuration_StealSize.txt" 108 db NULL 106 109 107 110 g_szMultichoiseCfgBootLoader: … … 140 143 g_szNfoIdeIRQ: db "IRQ channel to use.",NULL 141 144 142 g_szHelpIdeCmdPort: db "incbin goes here.",NULL 143 g_szHelpIdeCtrlPort: db "incbin goes here.",NULL 144 g_szHelpIdeEnIRQ: db "incbin goes here.",NULL 145 g_szHelpIdeIRQ: db "incbin goes here.",NULL 145 g_szHelpIdeCmdPort: incbin "IDE_CommandPort.txt" 146 db NULL 147 g_szHelpIdeCtrlPort: incbin "IDE_ControlPort.txt" 148 db NULL 149 g_szHelpIdeEnIRQ: incbin "IDE_EnableInterrupt.txt" 150 db NULL 151 g_szHelpIdeIRQ: incbin "IDE_IRQ.txt" 152 db NULL 146 153 147 154 g_szMultichoiseCfgBusType: … … 177 184 g_szNfoDrvSect: db "Number of user specified P-CHS sectors per track.",NULL 178 185 179 g_szHelpDrvBlockMode: db "incbin goes here.",NULL 180 g_szHelpDrvUserCHS: db "incbin goes here.",NULL 186 g_szHelpDrvBlockMode: incbin "Drive_BlockMode.txt" 187 db NULL 188 g_szHelpDrvUserCHS: incbin "Drive_UserCHS.txt" 189 db NULL 181 190 182 191 … … 200 209 g_szNfoBootRomBoot: db "Show ROM Basic or ROM DOS boot option.",NULL 201 210 202 g_szHelpBootTimeout: db "incbin goes here.",NULL 203 g_szHelpBootDrive: db "incbin goes here.",NULL 204 g_szHelpBootFloppyDrvs: db "incbin goes here.",NULL 205 g_szHelpBootSwap: db "incbin goes here.",NULL 206 g_szHelpBootRomBoot: db "incbin goes here.",NULL 211 g_szHelpBootTimeout: incbin "Bootmenu_Timeout.txt" 212 db NULL 213 g_szHelpBootDrive: incbin "Bootmenu_DefaultDrive.txt" 214 db NULL 215 g_szHelpBootFloppyDrvs: incbin "Bootmenu_FloppyDrives.txt" 216 db NULL 217 g_szHelpBootSwap: incbin "Bootmenu_SwapDrives.txt" 218 db NULL 219 g_szHelpBootRomBoot: incbin "Bootmenu_RomBoot.txt" 220 db NULL 207 221 208 222 g_szMultichoiseBootFloppyDrvs: … … 241 255 g_szNfoFlashChecksum: db "Generate checksum byte to the end of BIOS image.",NULL 242 256 243 g_szHelpFlashSDP: db "incbin goes here.",NULL 244 g_szHelpFlashPageSize: db "incbin goes here.",NULL 245 g_szHelpFlashChecksum: db "incbin goes here.",NULL 257 g_szHelpFlashSDP: incbin "Flash_SdpCommand.txt" 258 db NULL 259 g_szHelpFlashPageSize: incbin "Flash_PageSize.txt" 260 db NULL 261 g_szHelpFlashChecksum: incbin "Flash_Checksum.txt" 262 db NULL 246 263 247 264 g_szMultichoiseEepromType:
Note:
See TracChangeset
for help on using the changeset viewer.