Ignore:
Timestamp:
Jun 6, 2013, 3:31:51 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • DMA fixes by James Pearce.
  • Interrupt handlers are now installed before starting to detect drives (HotkeyBar require INT 40h handler for correct drive letters).
File:
1 edited

Legend:

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

    r547 r551  
    175175    cwd                             ; Floppy Drive 00h
    176176    int     BIOS_DISKETTE_INTERRUPT_40h
    177     xchg    dx, ax                  ; Number of Floppy Drives to AL
     177    xchg    ax, dx                  ; Number of Floppy Drives to AL
    178178
    179179    pop     dx
Note: See TracChangeset for help on using the changeset viewer.