Changeset 261 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- 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/Src/Initialization/DetectDrives.asm
r258 r261 100 100 ret 101 101 102 %if FLG_ROMVARS_SERIAL_SCANDETECT != 8 103 %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA. Changes in the code will be needed if these values are no longer the same." 102 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 103 %if FLG_ROMVARS_SERIAL_SCANDETECT != 8 104 %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA. Changes in the code will be needed if these values are no longer the same." 105 %endif 104 106 %endif 105 107
Note:
See TracChangeset
for help on using the changeset viewer.