Skip to navigation

Elite on the BBC Micro and NES

Dashboard: SPBT, Removed

[Elite-A, Docked]

Name: SPBT, Removed [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 References: No direct references to this variable in this source file

The bitmap definition for the space station indicator's "S" bulb that gets displayed on the dashboard. Each pixel is in mode 5 colour 2 (%10), which is yellow/white.
\ --- Mod: Code removed for Elite-A: ------------------> \.SPBT \ \ EQUB %11100000 \ x x x . \ EQUB %11100000 \ x x x . \ EQUB %10000000 \ x . . . \ EQUB %11100000 \ x x x . \ EQUB %11100000 \ x x x . \ EQUB %00100000 \ . . x . \ EQUB %11100000 \ x x x . \ EQUB %11100000 \ x x x . \ --- End of removed code ----------------------------->