Home
last modified time | relevance | path

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

/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.c72 #define CLOCK_RESET(clock) {ay_clock=clock; ay_tick_incr=(int)(65536.*clock/sound_freq);} macro
119 CLOCK_RESET(AY_CLOCK); in sound_ay_init()
490 CLOCK_RESET(AY_CLOCK); /* in case it was CPC before */ in sound_ay_reset()
498 CLOCK_RESET(AY_CLOCK_CPC); in sound_ay_reset_cpc()
/dports/audio/aylet/aylet-0.5/
H A Dsound.c142 #define CLOCK_RESET(clock) ay_tick_incr=(int)(65536.*clock/sound_freq) in sound_ay_init() macro
144 CLOCK_RESET(AY_CLOCK); in sound_ay_init()
571 CLOCK_RESET(AY_CLOCK); /* in case it was CPC before */ in sound_ay_reset()
579 CLOCK_RESET(AY_CLOCK_CPC); in sound_ay_reset_cpc()