Ignore:
Timestamp:
Feb 29, 2012, 10:21:42 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

More fun with resets: It turns out to be important to reset our drives too, if for not other reason then to have the proper return code set for xlat'd drives (consider the case that we reset foreign drives with dl=80h, and at the same time we have one of our drives mapped to 80h). Fixed bug with polarity of ther iteration routine in ahDh for the return value for ah9h. Update signature in Configurator.

File:
1 edited

Legend:

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

    r280 r282  
    88g_szProgramTitle:
    99    db  "Configuration and Flashing program for XTIDE Universal BIOS v2.0.0.",LF,CR,NULL
    10 g_szXtideUniversalBiosSignature:    db  "XTIDE120",NULL
     10g_szXtideUniversalBiosSignature:    db  "XTIDE200",NULL
    1111g_szBiosIsNotLoaded:                db  "BIOS is not loaded!",NULL
    1212g_szEEPROM:                         db  "EEPROM",NULL
Note: See TracChangeset for help on using the changeset viewer.