Changeset 266 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm


Ignore:
Timestamp:
Feb 24, 2012, 3:06:16 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Some fixes for JR-IDE/ISA code (still not working).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm

    r238 r266  
    3030
    3131    ; Fall to GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
    32 
     32%ifndef ASSEMBLE_SHARED_IDE_DEVICE_FUNCTIONS    ; JR-IDE/ISA
     33    jmp     GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
     34%endif
    3335
    3436;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.