You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,19 @@ If you're not interested in the disassembly itself then a nice byproduct is POKE
119
119
`POKE 23796,`<attribute byte> -- `112` is black on yellow, as for Stage 1. `96` would give black on green.
120
120
`POKE 23797,`<attribute byte>
121
121
122
+
* Increase Maximum Speed
123
+
The word at 45461 sets the non-boosted maximum speed. The default internal value is 360 (which gives a max speed readout of 294). So you could try 450:
0 commit comments