Skip to navigation

Revs on the BBC Micro

Track data: trackSignData

Name: trackSignData [Show more] Type: Variable Category: Track data Summary: Base coordinates and object types for 16 road signs Deep dive: The track data file format The extra tracks data file format The Nürburgring track
Context: See this variable in context in the source code References: This variable is used as follows: * newContentHi uses trackSignData * newContentLo uses trackSignData
.trackSignData EQUB %00000001 \ Sign 0: 00000 001 Type 8 Start flag Section 0 EQUB %00001000 \ Sign 1: 00001 000 Type 7 Straight Section 1 EQUB %00010100 \ Sign 2: 00010 100 Type 11 Right turn Section 2 EQUB %00100000 \ Sign 3: 00100 000 Type 7 Straight Section 4 EQUB %00110101 \ Sign 4: 00110 101 Type 12 Left turn Section 6 EQUB %01000100 \ Sign 5: 01000 100 Type 11 Right turn Section 8 EQUB %01011011 \ Sign 6: 01011 011 Type 10 Chicane Section 11 EQUB %01100000 \ Sign 7: 01100 000 Type 7 Straight Section 12 EQUB %01101101 \ Sign 8: 01101 101 Type 12 Left turn Section 13 EQUB %01111100 \ Sign 9: 01111 100 Type 11 Right turn Section 15 EQUB %10001101 \ Sign 10: 10001 101 Type 12 Left turn Section 17 EQUB %10010000 \ Sign 11: 10010 000 Type 7 Straight Section 18 EQUB %10011100 \ Sign 12: 10011 100 Type 11 Right turn Section 19 EQUB %10101100 \ Sign 13: 10101 100 Type 11 Right turn Section 21 EQUB %10110101 \ Sign 14: 10110 101 Type 12 Left turn Section 22 EQUB %11010100 \ Sign 15: 11010 100 Type 11 Right turn Section 26