Changeset 593 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r592 r593 77 77 ;---------------------------; 78 78 %ifdef USE_AT 79 %ifdef USE_386 80 at ROMVARS.wFlags, dw FLG_ROMVARS_FULLMODE | FLG_ROMVARS_IGNORE_MOTHERBOARD_DRIVES | MASK_ROMVARS_INCLUDED_MODULES 81 %else 79 82 at ROMVARS.wFlags, dw FLG_ROMVARS_FULLMODE | MASK_ROMVARS_INCLUDED_MODULES 83 %endif 80 84 at ROMVARS.wDisplayMode, dw DEFAULT_TEXT_MODE 81 85 %ifdef MODULE_BOOT_MENU … … 188 192 189 193 %include "AssemblyLibrary.asm" 194 %ifdef MODULE_WIN95_CMOS_HACK 195 %include "CMOS.asm" ; This belongs in the Assembly Library 196 %endif 190 197 191 198 ; String compression tables need to come after the AssemblyLibrary (since they depend on addresses
Note:
See TracChangeset
for help on using the changeset viewer.