Home
last modified time | relevance | path

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

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dintr.c249 static int sound_prescaler_update = 0; variable
258 sound_prescaler_update = new_prescaler; in change_sound_prescaler()
273 if( sound_prescaler_update ){ /* ʬ�� �ѹ������ä��� */ in check_sound_parm_update()
276 sd_A_intr_base = sd_A_intr_base * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()
277 sd_A_intr_timer = sd_A_intr_timer * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()
278 sd_B_intr_base = sd_B_intr_base * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()
279 sd_B_intr_timer = sd_B_intr_timer * sound_prescaler_update/sound_prescaler; in check_sound_parm_update()
280 sound_prescaler = sound_prescaler_update; in check_sound_parm_update()
281 sound_prescaler_update = 0; in check_sound_parm_update()
778 { TYPE_INT, &sound_prescaler_update,},