Changeset 598 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc


Ignore:
Timestamp:
Jul 13, 2018, 10:23:54 AM (6 years ago)
Author:
aitotat
Message:

Windows 95 CMOS hack broke on last commit. Windows 95 DID require that CMOS byte 12h had drive 0 set. Drive 1 was not enough. Now there is detection for Award BIOSes and the CMOS hack won't be applied on those.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc

    r589 r598  
    5151    %include "PDC20x30.inc"         ; For Promise PDC 20230-C and 20630 controllers
    5252    %include "Vision.inc"           ; For QDI Vision QD65xx VLB IDE Controllers
     53%endif
     54
     55%ifdef MODULE_WIN95_CMOS_HACK
     56    %ifndef USE_386
     57        %error "MODULE_WIN95_CMOS_HACK requires USE_386!"
     58    %endif
    5359%endif
    5460
Note: See TracChangeset for help on using the changeset viewer.