Changeset 526 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Mar 15, 2013, 1:38:58 AM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/BootMenuSettingsMenu.asm
r459 r526 4 4 ; 5 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/ConfigurationMenu.asm
r497 r526 4 4 ; 5 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm
r376 r526 3 3 4 4 ; 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify … … 10 10 ; the Free Software Foundation; either version 2 of the License, or 11 11 ; (at your option) any later version. 12 ; 12 ; 13 13 ; This program is distributed in the hope that it will be useful, 14 14 ; but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ; GNU General Public License for more details. 16 ; GNU General Public License for more details. 17 17 ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 18 ; 18 ; 19 19 20 20 ; Section containing initialized data … … 197 197 jc .storeEepromSegment 198 198 mov ax, DEFAULT_EEPROM_SEGMENT 199 .storeEepromSegment: 199 .storeEepromSegment: 200 200 mov word [cs:g_cfgVars+CFGVARS.wEepromSegment], ax 201 202 .alreadySet: 203 201 202 .alreadySet: 203 204 204 mov si, g_MenupageForFlashMenu 205 205 jmp Menupage_ChangeToNewMenupageInDSSI -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/IdeControllerMenu.asm
r502 r526 4 4 ; 5 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm
r525 r526 4 4 ; 5 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify -
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MasterSlaveMenu.asm
r425 r526 3 3 4 4 ; 5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-201 2by XTIDE Universal BIOS Team.5 ; XTIDE Universal BIOS and Associated Tools 6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team. 7 7 ; 8 8 ; This program is free software; you can redistribute it and/or modify … … 10 10 ; the Free Software Foundation; either version 2 of the License, or 11 11 ; (at your option) any later version. 12 ; 12 ; 13 13 ; This program is distributed in the hope that it will be useful, 14 14 ; but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ; GNU General Public License for more details. 16 ; GNU General Public License for more details. 17 17 ; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 18 ; 18 ; 19 19 20 20 ; Section containing initialized data … … 105 105 at MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup, dw g_rgszValueToStringLookupForFlagBooleans 106 106 at MENUITEM.itemValue + ITEM_VALUE.wValueBitmask, dw FLG_DRVPARAMS_USERCHS 107 at MENUITEM.itemValue + ITEM_VALUE.fnValueWriter, dw MasterSlaveMenu_WriteCHSFlag 107 at MENUITEM.itemValue + ITEM_VALUE.fnValueWriter, dw MasterSlaveMenu_WriteCHSFlag 108 108 iend 109 109 … … 137 137 at MENUITEM.itemValue + ITEM_VALUE.wMinValue, dw 1 138 138 at MENUITEM.itemValue + ITEM_VALUE.wMaxValue, dw MAX_USER_HEADS 139 %define MASTERSLAVE_HEADS_DEFAULT MAX_USER_HEADS 139 %define MASTERSLAVE_HEADS_DEFAULT MAX_USER_HEADS 140 140 iend 141 141 … … 170 170 at MENUITEM.itemValue + ITEM_VALUE.rgszValueToStringLookup, dw g_rgszValueToStringLookupForFlagBooleans 171 171 at MENUITEM.itemValue + ITEM_VALUE.wValueBitmask, dw FLG_DRVPARAMS_USERLBA 172 at MENUITEM.itemValue + ITEM_VALUE.fnValueWriter, dw MasterSlaveMenu_WriteLBAFlag 172 at MENUITEM.itemValue + ITEM_VALUE.fnValueWriter, dw MasterSlaveMenu_WriteLBAFlag 173 173 iend 174 174 … … 443 443 ; changing in/out of user CHS settings (since we use these bytes in different ways with the LBA setting). 444 444 ; 445 ALIGN JUMP_ALIGN 445 ALIGN JUMP_ALIGN 446 446 MasterSlaveMenu_WriteCHSFlag: 447 447 test word [es:di], FLG_DRVPARAMS_USERCHS … … 455 455 mov si, g_MenuitemMasterSlaveCylinders 456 456 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 457 458 mov ax, MASTERSLAVE_HEADS_DEFAULT 457 458 mov ax, MASTERSLAVE_HEADS_DEFAULT 459 459 mov si, g_MenuitemMasterSlaveHeads 460 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 461 462 mov ax, MASTERSLAVE_SECTORS_DEFAULT 460 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 461 462 mov ax, MASTERSLAVE_SECTORS_DEFAULT 463 463 mov si, g_MenuitemMasterSlaveSectors 464 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 465 466 pop si 464 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 465 466 pop si 467 467 pop di 468 468 pop ax … … 475 475 ; changing in/out of user LBA settings (since we use these bytes in different ways with the CHS setting). 476 476 ; 477 ALIGN JUMP_ALIGN 477 ALIGN JUMP_ALIGN 478 478 MasterSlaveMenu_WriteLBAFlag: 479 479 test word [es:di], FLG_DRVPARAMS_USERLBA … … 486 486 mov ax, MASTERSLAVE_USERLBA_DEFAULT 487 487 mov si, g_MenuitemMasterSlaveUserLbaValue 488 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 488 call Menuitem_StoreValueFromAXtoMenuitemInDSSI 489 489 490 490 pop si 491 491 pop di 492 492 pop ax 493 493 494 494 .alreadySet: 495 ret 495 ret
Note:
See TracChangeset
for help on using the changeset viewer.