Changeset 269 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Feb 27, 2012, 2:58:34 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
r264 r269 148 148 mov dl, ROMVARS.ideVars0 ; starting Idevars offset 149 149 150 mov cl, [cs:ROMVARS.bIdeCnt] ; get count of ide controllers 151 mov ch, 0 150 call RamVars_GetIdeControllerCountToCX 152 151 jcxz .done ; just in case bIdeCnt is zero (shouldn't be) 153 152
Note:
See TracChangeset
for help on using the changeset viewer.