Skip to navigation

Elite on the BBC Micro and NES

Drawing lines: TWFR

[6502 Second Processor version]

Name: TWFR [Show more] Type: Variable Category: Drawing lines Summary: Ready-made character rows for the right end of a horizontal line in mode 4
Context: See this variable in context in the source code Variations: See code variations for this variable in the different versions References: No direct references to this variable in this source file

This table is not used by the 6502 Second Processor version of Elite. Instead, the TWFR table in the I/O processor code is used, which contains ready-made bytes for plotting horizontal line end caps in mode 1 (the top part of the split screen).
.TWFR EQUB %11111111 EQUB %01111111 EQUB %00111111 EQUB %00011111 EQUB %00001111 EQUB %00000111 EQUB %00000011 EQUB %00000001