Changeset 567 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- May 26, 2014, 1:25:15 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r560 r567 34 34 %define EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS ; Exclude unused library functions 35 35 %ifdef MODULE_BOOT_MENU 36 %define MENUEVENT_INLINE_OFFSETS 36 %define MENUEVENT_INLINE_OFFSETS ; Only one menu required, save space and inline offsets 37 37 %define INCLUDE_MENU_LIBRARY 38 %define MENU_NO_ESC 38 %define MENU_NO_ESC ; User cannot 'esc' out of the menu 39 39 %else ; If no boot menu included 40 40 %define INCLUDE_DISPLAY_LIBRARY … … 128 128 at ROMVARS.wBootTimeout, dw BOOT_MENU_DEFAULT_TIMEOUT 129 129 %endif 130 at 130 at ROMVARS.bIdeCnt, db 1 131 131 at ROMVARS.bBootDrv, db 80h ; Boot Menu default drive 132 132 at ROMVARS.bMinFddCnt, db 0 ; Do not force minimum number of floppy drives … … 218 218 219 219 ; Boot loader 220 %ifdef MODULE_VERY_LATE_INIT IALIZATION220 %ifdef MODULE_VERY_LATE_INIT 221 221 %include "Int13hBiosInit.asm" 222 222 %endif
Note:
See TracChangeset
for help on using the changeset viewer.