Source position: xadmaster.pas line 475
| type txadSpecial = record | 
| xfis_Type: LongWord; | 
| xfis_Next: PxadSpecial; | 
| xfis_Data: record | 
| case LongInt of | 
| 0: ( | 
| xfis_UnixDevice: txadSpecialUnixDevice; | 
| ); | 
| 1: ( | 
| xfis_AmigaAddress: txadSpecialAmigaAddress; | 
| ); | 
| 2: ( | 
| xfis_CBM8bit: txadSpecialCBM8bit; | 
| ); | 
| end; | 
| end; |