Home
last modified time | relevance | path

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

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dintr.c234 sd_A_intr_base = TIMER_A_CONST * sound_prescaler * (1024 - sound_TIMER_A) in interval_work_set_TIMER_A()
240 sd_B_intr_base = TIMER_B_CONST * sound_prescaler * (256 - sound_TIMER_B) in interval_work_set_TIMER_B()
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()
H A Dsoundbd.c47 int sound_prescaler = 6; /* 1/�ץꥹ�����顼 (2,3,6) */ variable
147 sound_prescaler = 6; in sound_board_init()
573 { TYPE_INT, &sound_prescaler, },
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()
H A Dsoundbd.h27 extern int sound_prescaler; /* 1/�ץꥹ�����顼 (2,3,6) */
H A Dmonitor.c1063 { "sound_prescaler", "(sd[2D]-[2F])",MTYPE_INT, &sound_prescaler, },