Ignore:
Timestamp:
Dec 9, 2010, 6:36:00 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Finally ready for testing.
File:
1 edited

Legend:

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

    r65 r68  
    22; Project name  :   XTIDE Universal BIOS Configurator v2
    33; Created date  :   5.10.2010
    4 ; Last update   :   5.12.2010
     4; Last update   :   9.12.2010
    55; Author        :   Tomi Tilli
    66; Description   :   All strings.
     
    4343
    4444; Flashing related strings
     45g_szErrEepromTooSmall:  db  "Image is too large for selected EEPROM type!",NULL
    4546g_szErrEepromPolling:   db  "Timeout when polling EEPROM.",LF
    4647                        db  "EEPROM was not flashed properly!",NULL
     
    102103g_szNfoCfgIdeCnt:       db  "Number of IDE controllers to manage.",NULL
    103104
    104 g_szHelpCfgFullMode:    db  "incbin goes here.",NULL
    105 g_szHelpCfgStealSize:   db  "incbin goes here.",NULL
     105g_szHelpCfgFullMode:    incbin  "Configuration_FullMode.txt"
     106                        db  NULL
     107g_szHelpCfgStealSize:   incbin  "Configuration_StealSize.txt"
     108                        db  NULL
    106109
    107110g_szMultichoiseCfgBootLoader:
     
    140143g_szNfoIdeIRQ:          db  "IRQ channel to use.",NULL
    141144
    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
     145g_szHelpIdeCmdPort:     incbin  "IDE_CommandPort.txt"
     146                        db  NULL
     147g_szHelpIdeCtrlPort:    incbin  "IDE_ControlPort.txt"
     148                        db  NULL
     149g_szHelpIdeEnIRQ:       incbin  "IDE_EnableInterrupt.txt"
     150                        db  NULL
     151g_szHelpIdeIRQ:         incbin  "IDE_IRQ.txt"
     152                        db  NULL
    146153
    147154g_szMultichoiseCfgBusType:
     
    177184g_szNfoDrvSect:         db  "Number of user specified P-CHS sectors per track.",NULL
    178185
    179 g_szHelpDrvBlockMode:   db  "incbin goes here.",NULL
    180 g_szHelpDrvUserCHS:     db  "incbin goes here.",NULL
     186g_szHelpDrvBlockMode:   incbin  "Drive_BlockMode.txt"
     187                        db  NULL
     188g_szHelpDrvUserCHS:     incbin  "Drive_UserCHS.txt"
     189                        db  NULL
    181190
    182191
     
    200209g_szNfoBootRomBoot:     db  "Show ROM Basic or ROM DOS boot option.",NULL
    201210
    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
     211g_szHelpBootTimeout:    incbin  "Bootmenu_Timeout.txt"
     212                        db  NULL
     213g_szHelpBootDrive:      incbin  "Bootmenu_DefaultDrive.txt"
     214                        db  NULL
     215g_szHelpBootFloppyDrvs: incbin  "Bootmenu_FloppyDrives.txt"
     216                        db  NULL
     217g_szHelpBootSwap:       incbin  "Bootmenu_SwapDrives.txt"
     218                        db  NULL
     219g_szHelpBootRomBoot:    incbin  "Bootmenu_RomBoot.txt"
     220                        db  NULL
    207221
    208222g_szMultichoiseBootFloppyDrvs:
     
    241255g_szNfoFlashChecksum:   db  "Generate checksum byte to the end of BIOS image.",NULL
    242256
    243 g_szHelpFlashSDP:       db  "incbin goes here.",NULL
    244 g_szHelpFlashPageSize:  db  "incbin goes here.",NULL
    245 g_szHelpFlashChecksum:  db  "incbin goes here.",NULL
     257g_szHelpFlashSDP:       incbin  "Flash_SdpCommand.txt"
     258                        db  NULL
     259g_szHelpFlashPageSize:  incbin  "Flash_PageSize.txt"
     260                        db  NULL
     261g_szHelpFlashChecksum:  incbin  "Flash_Checksum.txt"
     262                        db  NULL
    246263
    247264g_szMultichoiseEepromType:
Note: See TracChangeset for help on using the changeset viewer.