Skip to navigation

Revs on the BBC Micro

Keyboard: timeFromOption

Name: timeFromOption [Show more] Type: Variable Category: Keyboard Summary: Table to convert from the option numbers in the qualifying lap duration menu to the actual number of minutes
Context: See this variable in context in the source code References: This variable is used as follows: * MainLoop (Part 2 of 6) uses timeFromOption

Interestingly, the menu offers 5, 10 and 20 minutes, but these translate into 5, 10 and 26 minutes of actual qualifying time.
.timeFromOption EQUB 4, 9, 25 EQUB &00 \ This byte appears to be unused