Changeset 263 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers


Ignore:
Timestamp:
Feb 24, 2012, 10:31:37 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Oops, forgot to check if it still compiled without floppy support, fixed up a couple of typos and put an ifdef back into place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm

    r262 r263  
    4040                                                    ; as we need to wrap both hard disk and floppy drive counts
    4141%else
    42     jz      SHORT .WeHandleTheFunction              ; we handle all *hard disk* (only) traffic for function 08h,
     42    jz      SHORT .OurFunction                      ; we handle all *hard disk* (only) traffic for function 08h,
    4343                                                    ; as we need to wrap the hard disk drive count
    4444    test    dl, dl
Note: See TracChangeset for help on using the changeset viewer.