Skip to navigation

Elite on the BBC Micro and NES

Sound: NOISE

[Elite-A, Docked]

Name: NOISE [Show more] Type: Subroutine Category: Sound Summary: Make the sound whose number is in A
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * ECMOF calls NOISE * HME2 calls NOISE

Arguments: A The number of the sound to be made. See the documentation for variable SFX for a list of sound numbers
.NOISE JSR NOS1 \ Set up the sound block in XX16 for the sound in A and \ fall through into NO3 to make the sound