Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: B%

[BBC Micro disc version, Loader 1]

Name: B% [Show more] Type: Variable Category: Drawing the screen Summary: VDU commands for switching to a mode 7 screen
Context: See this variable in context in the source code References: This variable is used as follows: * Elite loader uses B%
.B% EQUB 22, 7 \ Switch to screen mode 7 EQUB 23, 0, 10, 32 \ Set 6845 register R10 = 32 EQUB 0, 0, 0 \ EQUB 0, 0, 0 \ This is the "cursor start" register, which sets the \ cursor start line at 0, so it turns the cursor off SKIP 2 \ These bytes appear to be unused