Skip to navigation

Elite on the BBC Micro and NES

Sound: SOFH

[BBC Master version]

Name: SOFH [Show more] Type: Variable Category: Sound Summary: Sound chip data mask for choosing a tone channel in the range 0-2
Context: See this variable in context in the source code References: This variable is used as follows: * SOINT uses SOFH
.SOFH EQUB %11000000 \ Mask for a latch byte for channel 2 EQUB %10100000 \ Mask for a latch byte for channel 1 EQUB %10000000 \ Mask for a latch byte for channel 0