Skip to navigation

Revs on the BBC Micro

Track data: trackGearRatio

Name: trackGearRatio [Show more] Type: Variable Category: Track data Summary: The gear ratio for each gear Deep dive: The track data file format The Silverstone track
Context: See this variable in context in the source code References: No direct references to this variable in this source file

The rev count is calculated by multiplying the track gear ratio by the current speed, so lower gears correspond to more revs at the same wheel speed when compared to higher gears.
EQUB 103 \ Reverse EQUB 0 \ Neutral EQUB 103 \ First gear EQUB 66 \ Second gear EQUB 53 \ Third gear EQUB 46 \ Fourth gear EQUB 42 \ Fifth gear