Home
last modified time | relevance | path

Searched refs:sound_prescaler_sel (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dsoundbd.c48 int sound_prescaler_sel = 2; /* �ץꥹ�����顼���� */ variable
148 sound_prescaler_sel = 2; in sound_board_init()
234 sound_prescaler_sel |= 2; in sound_out_data()
235 change_sound_prescaler( pres[sound_prescaler_sel] ); /* 6 */ in sound_out_data()
239 sound_prescaler_sel |= 1; in sound_out_data()
240 change_sound_prescaler( pres[sound_prescaler_sel] ); /* 3 */ in sound_out_data()
244 sound_prescaler_sel = 0; in sound_out_data()
619 { TYPE_INT, &sound_prescaler_sel, },
652 if ( sound_prescaler == 6 ) sound_prescaler_sel = 2; in stateload_sound()
653 else if ( sound_prescaler == 3 ) sound_prescaler_sel = 3; in stateload_sound()
[all …]