10 lines
122 B
C
10 lines
122 B
C
//fdc.c
|
|
//Author: Josh Holtrop
|
|
//Date: 10/30/03
|
|
|
|
|
|
inline void fdc_sendDOR(byte dor)
|
|
{
|
|
outportb(FDC_DOR, dor);
|
|
}
|