Changeset 152 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
May 1, 2011, 10:42:58 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • XTIDE mod should now be supported (untested).
  • Interrupt Service Routine no longer requires variable from RAMVARS.
  • Some small improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r150 r152  
    1515; Included .inc files
    1616%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
    17 %include "Interrupts.inc"       ; For interrupt equates
     17%include "IntController.inc"    ; For Interrupt Controller equates
    1818%include "ATA_ID.inc"           ; For ATA Drive Information structs
    1919%include "IdeRegisters.inc"     ; For ATA Registers, flags and commands
Note: See TracChangeset for help on using the changeset viewer.