C--: Difference between revisions

138 bytes added ,  15 years ago
[unchecked revision][unchecked revision]
Line 228:
st1[BX] = 0;
}
 
: void kbrSpeed(byte sped, dly)
{
AH = 3;
AL = 5;
BL = sped; // 0x00 - 0x1f
BH = dly; // 0 - 3
$ INT 0x16
}
 
 
 
Anonymous user