Changeset 261 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Feb 24, 2012, 3:04:04 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r244 r261 73 73 endstruc 74 74 75 %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice 76 %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 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 76 %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice 77 %error "IDEVARS.bSerialCOMPortChar needs to come immediately before IDEVARS.bDevice so that both bytes can be fetched at the same time inside DetectPrint.asm" 78 %endif 77 79 %endif 78 80
Note:
See TracChangeset
for help on using the changeset viewer.