Changeset 242 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Feb 10, 2012, 3:12:40 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r238 r242 71 71 endstruc 72 72 73 %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice 74 %erorr "IDEVARS.bSerialCOMPortChar needs to come immediately before IDEVARS.bDevice so that both bytes can be fetched at the same time inside DetectPrint.asm"73 %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice 74 %error "IDEVARS.bSerialCOMPortChar needs to come immediately before IDEVARS.bDevice so that both bytes can be fetched at the same time inside DetectPrint.asm" 75 75 %endif 76 76 … … 111 111 ; COM Number to I/O Port Address Mapping 112 112 ; 113 ; COM Number: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 113 ; COM Number: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 114 114 ; Corresponds to I/O port: 3f8, 2f8, 3e8, 2e8, 2f0, 3e0, 2e0, 260, 368, 268, 360, 270 115 115 ; Corresponds to Packed I/O port (hex): 37, 17, 35, 15, 16, 34, 14, 4, 25, 5, 24, 6
Note:
See TracChangeset
for help on using the changeset viewer.