Changeset 597 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h/BootSector.asm
- Timestamp:
- Jul 11, 2018, 9:44:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h/BootSector.asm
r595 r597 59 59 jne SHORT .FirstHardDiskSectorNotBootable 60 60 .AlwaysBootFromFloppyDriveForBooterGames: 61 stc ; Boot Sector loaded successfully62 jmp SHORT Int19h_JumpToBootSector OrRomBoot61 clc ; Boot Sector loaded successfully 62 jmp SHORT Int19h_JumpToBootSectorInESBXOrRomBoot 63 63 64 64 .FirstHardDiskSectorNotBootable:
Note:
See TracChangeset
for help on using the changeset viewer.