Prev: C2F6 Up: Map Next: C33D
C33A: sound_playback_delay_routine
Used by the routine at play_sound_effect_pointer.
calling routine takes 17 T-states, loop for (13*(B-1))+8 T-states, and return takes 10 T-states
sound_playback_delay_routine C33A DJNZ sound_playback_delay_routine loop to self B-1 times then return
C33C RET
Prev: C2F6 Up: Map Next: C33D