Changeset 145 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm
- Timestamp:
- Mar 15, 2011, 11:28:17 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm
r138 r145 49 49 inc bx 50 50 loop .CheckNextEepromSize 51 clc ; None of the supported EEPROMs are large enough 52 ret 51 ret ; Return with CF cleared (none of the supported EEPROMs are large enough) 53 52 ALIGN JUMP_ALIGN 54 53 .ReturnEepromSizeInCX:
Note:
See TracChangeset
for help on using the changeset viewer.