Skip to navigation

Elite on the BBC Micro and NES

Dashboard: SPBT

[Acorn Electron version]

Name: SPBT [Show more] Type: Variable Category: Dashboard Summary: The bitmap definition for the space station indicator bulb
Context: See this variable in context in the source code Variations: See code variations for this variable in the different versions References: This variable is used as follows: * SPBLB uses SPBT

The bitmap definition for the space station indicator's "S" bulb that gets displayed on the dashboard. Each pixel is a white mode 4 pixel.
.SPBT EQUB %11111110 \ x x x x x x x x . EQUB %11111110 \ x x x x x x x x . EQUB %11100000 \ x x x . . . . . . EQUB %11111110 \ x x x x x x x x . EQUB %11111110 \ x x x x x x x x . EQUB %00001110 \ . . . . . x x x . EQUB %11111110 \ x x x x x x x x . EQUB %11111110 \ x x x x x x x x .