.MakeSound JSR UpdateVibratoSeeds ; Update the sound seeds that are used to randomise the ; vibrato effect JSR MakeSoundOnSQ1 ; Make the current sound effect on the SQ1 channel JSR MakeSoundOnSQ2 ; Make the current sound effect on the SQ2 channel JMP MakeSoundOnNOISE ; Make the current sound effect on the NOISE channel, ; returning from the subroutine using a tail callName: MakeSound [Show more] Type: Subroutine Category: Sound Summary: Make the current sound effects on the SQ1, SQ2 and NOISE channels Deep dive: Sound effects in NES EliteContext: See this subroutine in context in the source code References: This subroutine is called as follows: * MakeSounds calls MakeSound
[X]
Subroutine MakeSoundOnNOISE (category: Sound)
Make the current sound effect on the NOISE channel
[X]
Subroutine MakeSoundOnSQ1 (category: Sound)
Make the current sound effect on the SQ1 channel
[X]
Subroutine MakeSoundOnSQ2 (category: Sound)
Make the current sound effect on the SQ2 channel
[X]
Subroutine UpdateVibratoSeeds (category: Sound)
Update the sound seeds that are used to randomise the vibrato effect