Changeset 179 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
- Timestamp:
- Oct 25, 2011, 7:11:38 AM (14 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r178 r179 36 36 FLG_ROMVARS_FULLMODE EQU (1<<0) ; Full operating mode (steals base RAM, supports EBIOS etc.) 37 37 FLG_ROMVARS_DRVXLAT EQU (1<<2) ; Enable drive number translation 38 39 %ifdef MODULE_SERIAL40 38 FLG_ROMVARS_MODULE_SERIAL EQU (1<<3) 41 %else42 FLG_ROMVARS_MODULE_SERIAL EQU 043 %endif44 45 %ifdef MODULE_EBIOS46 39 FLG_ROMVARS_MODULE_EBIOS EQU (1<<4) 47 %else48 FLG_ROMVARS_MODULE_EBIOS EQU 049 %endif50 40 51 41 ; Boot Menu Display Modes (see Assembly Library Display.inc for standard modes)
Note:
See TracChangeset
for help on using the changeset viewer.