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 Oulton Park 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 %11010001 \ Sign 0: 11010 001 Type 8 Start flag Section 26 EQUB %00000100 \ Sign 1: 00000 100 Type 11 Right turn Section 0 EQUB %00010000 \ Sign 2: 00010 000 Type 7 Straight Section 2 EQUB %00011000 \ Sign 3: 00011 000 Type 7 Straight Section 3 EQUB %00100101 \ Sign 4: 00100 101 Type 12 Left turn Section 4 EQUB %00111000 \ Sign 5: 00111 000 Type 7 Straight Section 7 EQUB %01001011 \ Sign 6: 01001 011 Type 10 Hairpin Section 9 EQUB %01001000 \ Sign 7: 01001 000 Type 7 Straight Section 9 EQUB %01010000 \ Sign 8: 01010 000 Type 7 Straight Section 10 EQUB %01110100 \ Sign 9: 01110 100 Type 11 Right turn Section 14 EQUB %01111000 \ Sign 10: 01111 000 Type 7 Straight Section 15 EQUB %10000000 \ Sign 11: 10000 000 Type 7 Straight Section 16 EQUB %10011100 \ Sign 12: 10011 100 Type 11 Right turn Section 19 EQUB %10011000 \ Sign 13: 10011 000 Type 7 Straight Section 19 EQUB %10111100 \ Sign 14: 10111 100 Type 11 Right turn Section 23 EQUB %11001000 \ Sign 15: 11001 000 Type 7 Straight Section 25