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


Ignore:
Timestamp:
Jun 16, 2013, 4:23:00 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Removed Windows 98 fix since it broke floppy drive translation.
  • Removed very late initialization from AT builds since it slowed down Windows 98 for unknown reason.
File:
1 edited

Legend:

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

    r552 r556  
    145145
    146146%ifdef MODULE_8BIT_IDE_ADVANCED
     147    at  ROMVARS.ideVars1+IDEVARS.wBasePort,             dw  DEVICE_XTIDE_DEFAULT_PORT       ; Controller Command Block base port
    147148    at  ROMVARS.ideVars1+IDEVARS.bDevice,               db  DEVICE_8BIT_XTCF_PIO8
    148149%endif
     
    257258
    258259    ; INT 13h Hard Disk BIOS functions
     260%ifndef USE_AT
    259261    %include "Int13hBiosInit.asm"
     262%endif
    260263    %include "Int13h.asm"           ; For Int 13h, Disk functions
    261264    %include "AH0h_HReset.asm"
Note: See TracChangeset for help on using the changeset viewer.