Searched refs:SET_BL (Results 1 – 2 of 2) sorted by relevance
13 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8)) macro
1017 #define SET_BL(val8) BX = ((BX & 0xff00) | (val8))6385 SET_BL( 0x00 );6393 case 0x01: SET_BL( 0x02 ); break;6394 case 0x02: SET_BL( 0x04 ); break;6395 case 0x03: SET_BL( 0x06 ); break;7920 SET_BL(drive_type);
Completed in 158 milliseconds