Skip to content

Commit 4c8fac2

Browse files
authored
Add "
Added instructions for increasing maximum speed.
1 parent ca4671b commit 4c8fac2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ If you're not interested in the disassembly itself then a nice byproduct is POKE
119119
`POKE 23796,`<attribute byte> -- `112` is black on yellow, as for Stage 1. `96` would give black on green.
120120
`POKE 23797,`<attribute byte>
121121

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:
124+
125+
`POKE 45461,194`
126+
`POKE 45462,1`
127+
128+
To restore the default of 360:
129+
130+
`POKE 45461,104`
131+
`POKE 45462,1`
132+
133+
(Turbo speed is 695).
134+
122135
## Links
123136

124137
Spectrum Computing forums thread: https://spectrumcomputing.co.uk/forums/viewtopic.php?p=113633

0 commit comments

Comments
 (0)