Changeset 439 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Aug 18, 2012, 12:07:44 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r437 r439 86 86 call Idepack_FakeToSSBP 87 87 88 %ifdef MODULE_8BIT_IDE 88 89 ; Enable 8-bit PIO mode for Lo-tech XT-CF 89 90 call AH9h_Enable8bitPioModeForXTCF 91 jc SHORT .FailedToSet8bitMode 92 %endif 90 93 91 94 ; Prepare to output Identify Device command … … 96 99 97 100 ; Clean stack and return 101 .FailedToSet8bitMode: 98 102 lea sp, [bp+EXTRA_BYTES_FOR_INTPACK] ; This assumes BP hasn't changed between Idepack_FakeToSSBP and here 99 103 pop bp
Note:
See TracChangeset
for help on using the changeset viewer.