Changeset 483 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Oct 28, 2012, 12:13:47 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
r481 r483 196 196 g_szItemIdeEnIRQ: db "Enable interrupt",NULL 197 197 g_szItemIdeIRQ: db "IRQ",NULL 198 g_szItemIdeXTCFwindow: db "XT-CF Sector Window",NULL 198 199 g_szItemSerialCOM: db "COM Port",NULL 199 200 g_szItemSerialBaud: db "Baud Rate",NULL 200 201 g_szItemSerialPort: db "COM Port I/O address",NULL 201 202 202 g_szItemIdeSerialComPort: db "COM port",NULL 203 203 g_szItemIdeSerialBaudRate: db "Baud rate",NULL … … 208 208 g_szDlgIdeEnIRQ: db "Enable interrupt?",NULL 209 209 g_szDlgIdeIRQ: db "Enter IRQ channel (2...7 for 8-bit controllers, 2...15 for any other controller).",NULL 210 g_szDlgIdeXTCFwindow: db "XT-CF Sector Window segment (A000h...E800h).",NULL 210 211 211 212 g_szNfoIdeBackToCfgMenu:db "Back to XTIDE Universal BIOS Configuration Menu.",NULL … … 213 214 g_szNfoIdeSlave: db "Settings for Slave Drive.",NULL 214 215 g_szNfoIdeDevice: db "Select controller device type.",NULL 215 g_szNfoIdeCmdPort: db "IDE Controller Command Block (base port) address .",NULL216 g_szNfoIdeCmdPort: db "IDE Controller Command Block (base port) address or segment address for JR-IDE/ISA.",NULL 216 217 g_szNfoIdeCtrlPort: db "IDE Controller Control Block address. Usually Cmd Block + 8 for XTIDE, and Cmd Block + 200h for ATA.",NULL 217 218 g_szNfoIdeEnIRQ: db "Interrupt or polling mode.",NULL 218 219 g_szNfoIdeIRQ: db "IRQ channel to use.",NULL 220 g_szNfoIdeXTCFwindow: db "Segment Address for XT-CF 4 kiB Sector Access Window.",NULL 219 221 g_szNfoIdeSerialCOM: db "Select a COM port by number.",NULL 220 222 g_szNfoIdeSerialBaud: db "Select the COM port's Baud Rate. The server must match this speed."
Note:
See TracChangeset
for help on using the changeset viewer.