Ignore:
Timestamp:
Jul 11, 2018, 9:44:43 AM (6 years ago)
Author:
aitotat
Message:

Windows 95 CMOS hack now works with Award BIOSes.
Some small optimizations to INT 19h and INT 19h reset handlers.
Added menuitem to configurator for clearing BDA drive count.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h/BootSector.asm

    r595 r597  
    5959    jne     SHORT .FirstHardDiskSectorNotBootable
    6060.AlwaysBootFromFloppyDriveForBooterGames:
    61     stc     ; Boot Sector loaded successfully
    62     jmp     SHORT Int19h_JumpToBootSectorOrRomBoot
     61    clc     ; Boot Sector loaded successfully
     62    jmp     SHORT Int19h_JumpToBootSectorInESBXOrRomBoot
    6363
    6464.FirstHardDiskSectorNotBootable:
Note: See TracChangeset for help on using the changeset viewer.