Skip to navigation

Elite on the BBC Micro and NES

Sound: FlushSQ2AndNOISE

[NES version, Bank 7]

Name: FlushSQ2AndNOISE [Show more] Type: Subroutine Category: Sound Summary: Flush the SQ2 and NOISE sound channels
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * FlushSpecificSound calls FlushSQ2AndNOISE
.FlushSQ2AndNOISE LDX #1 ; Flush the SQ2 sound channel JSR FlushSoundChannel LDX #2 ; Flush the NOISE sound channel, returning from the BNE FlushSoundChannel ; subroutine using a tail call