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


Ignore:
Timestamp:
Jul 4, 2018, 6:40:02 PM (6 years ago)
Author:
aitotat
Message:

Previosly committed flash fix for configurator was incomplete. Now fixed properly.
Added MODULE_MFM_COMPATIBILITY.

File:
1 edited

Legend:

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

    r593 r594  
    280280
    281281    ; INT 13h Hard Disk BIOS functions
     282%ifdef MODULE_MFM_COMPATIBILITY
     283    %include "Int13hMFMcompatibility.asm"
     284%endif
    282285    %include "Int13h.asm"           ; For Int 13h, Disk functions
    283286    %include "AH0h_HReset.asm"
Note: See TracChangeset for help on using the changeset viewer.