Changeset 536 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
- Timestamp:
- Apr 10, 2013, 6:27:15 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r535 r536 122 122 STANDARD_CONTROL_BLOCK_OFFSET EQU 200h 123 123 XTIDE_CONTROL_BLOCK_OFFSET EQU 8h 124 XTCF_CONTROL_BLOCK_OFFSET EQU (XTIDE_CONTROL_BLOCK_OFFSET << 1) 124 XTCF_CONTROL_BLOCK_OFFSET EQU 10h 125 ADP50L_CONTROL_BLOCK_OFFSET EQU 10h 125 126 126 127 ; Default values for Port and PortCtrl, shared with the configurator … … 146 147 ; 147 148 COUNT_OF_STANDARD_IDE_DEVICES EQU 2 ; 16- and 32-bit controllers 148 COUNT_OF_8BIT_IDE_DEVICES EQU 7149 COUNT_OF_8BIT_IDE_DEVICES EQU 8 149 150 COUNT_OF_ALL_IDE_DEVICES EQU (COUNT_OF_8BIT_IDE_DEVICES + COUNT_OF_STANDARD_IDE_DEVICES) 150 151 ; Standard port mapped I/O … … 161 162 ; Memory Mapped I/O 162 163 DEVICE_8BIT_JRIDE_ISA EQU ((COUNT_OF_STANDARD_IDE_DEVICES+6)<<1) ; JR-IDE/ISA (Memory Mapped I/O) 164 DEVICE_8BIT_ADP50L EQU ((COUNT_OF_STANDARD_IDE_DEVICES+7)<<1) ; SVC ADP50L (Memory Mapped I/O) 163 165 ; Virtual devices 164 166 DEVICE_SERIAL_PORT EQU (COUNT_OF_ALL_IDE_DEVICES<<1)
Note:
See TracChangeset
for help on using the changeset viewer.