Changeset 568 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm
r558 r568 159 159 call Buffers_IsXtideUniversalBiosSignatureInESDI 160 160 je SHORT .RomFound 161 add b h, 2 ; Increment by 8kB161 add bx, 80h ; Increment by 2kB (minimum possible distance from the beginning of one option ROM to the next) 162 162 jnc SHORT .SegmentLoop ; Loop until segment overflows 163 163 clc
Note:
See TracChangeset
for help on using the changeset viewer.