Changeset 589 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r588 r589 71 71 ; (Conveniently, this is 8, a fact we exploit when testing the bit) 72 72 73 ; Here in case the configuration needs to know functionality is present 73 ; Here in case the configuration needs to know functionality is present. Note! Changing the order/location of these flags 74 ; also requires changes elsewhere as they are usually tested using byte-accesses for efficiency. 74 75 FLG_ROMVARS_MODULE_POWER_MANAGEMENT EQU (1<<5) 75 76 FLG_ROMVARS_MODULE_8BIT_IDE EQU (1<<6) … … 146 147 ; Device types for IDEVARS.bDevice 147 148 ; IDE Devices are grouped so device numbers cannot be changed without modifying code elsewhere! 148 ; (IdeTransfer.asm)149 149 COUNT_OF_STANDARD_IDE_DEVICES EQU 2 ; 16- and 32-bit controllers 150 150 COUNT_OF_8BIT_IDE_DEVICES EQU 9
Note:
See TracChangeset
for help on using the changeset viewer.