Ignore:
Timestamp:
Mar 14, 2013, 2:28:30 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Min time to display hotkeys finally work correctly.
  • AT builds do not copy existing INT 13h handler to 40h by default, XT builds do.
  • Interrupts are enabled for Primary and Secondary controller by default on AT builds.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/FloppyDrive.asm

    r392 r524  
    2222SECTION .text
    2323
     24%ifdef COPY_13H_HANDLER_TO_40H
    2425;--------------------------------------------------------------------
    2526; Checks is floppy drive handler installed to interrupt vector 40h.
     
    103104%endif
    104105
     106%endif ; COPY_13H_HANDLER_TO_40H
     107
    105108
    106109;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.