Skip to navigation

Elite on the BBC Micro and NES

Sound: FlushSoundChannels

[NES version, Bank 7]

Name: FlushSoundChannels [Show more] Type: Subroutine Category: Sound Summary: Flush the SQ1, SQ2 and NOISE sound channels
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * MakeHyperSound calls FlushSoundChannels
.FlushSoundChannels LDX #0 ; Flush the SQ1 sound channel JSR FlushSoundChannel ; Fall through into FlushSQ2AndNOISE to flush the SQ2 ; and NOISE channels