Skip to navigation

Elite on the BBC Micro and NES

Sound: LASNO

[BBC Master version]

Name: LASNO [Show more] Type: Subroutine Category: Sound Summary: Make the sound of our laser firing
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * Main flight loop (Part 3 of 16) calls LASNO
.LASNO LDY #3 \ Call the NOISE routine with Y = 3 to make the first JSR NOISE \ sound of us firing our lasers LDY #5 \ Set Y = 5 and fall through into the NOISE routine to \ make the second sound of us firing our lasers