Home
last modified time | relevance | path

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

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dsoundbd.c39 int sound_LOAD_B = FALSE; /* TIMER B ��ư�������ɤ��� */ variable
141 sound_LOAD_B = FALSE; in sound_board_init()
568 { TYPE_INT, &sound_LOAD_B, },
H A Dsoundbd.h20 extern int sound_LOAD_B;
H A Dintr.c292 if( (sound_LOAD_B==0) && (data&0x02) ) sd_B_intr_timer = sd_B_intr_base; in check_sound_parm_update()
294 sound_LOAD_B = data & 0x02; in check_sound_parm_update()
523 if( sound_LOAD_B ){ in main_INT_update()
H A Dmonitor.c1058 { "sound_LOAD_B", "(sd[27])", MTYPE_INT, &sound_LOAD_B, },