Changeset 474 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Oct 11, 2012, 5:30:15 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r473 r474 128 128 .bSerialBaud resb 1 ; Serial connection baud rate divisor 129 129 endstruc 130 131 ; On performance critical situations we compare DPT_ATA.bDevice without checking FLGH_DPT_SERIAL_DEVICE 132 ; first! DPT_ATA.bDevice uses small values so there will be no problems. 133 %if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice 134 %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!" 135 %endif 130 136 %endif 131 137
Note:
See TracChangeset
for help on using the changeset viewer.