Simply the 128K version of AOY.
Another poke which doesn't work and which Your Sinclair never fixed (maybe T'zer needs glasses - hehe). If you attempt to run this poke you will get the error message, 1 NEXT without FOR, 40:4. Here is how to fix it: The NEXT statement at the end of line 40 should read NEXT N and NOT NEXT A. Also add this line to the end of the poke: 60 LIST USR 20480. It will then work :-)
This poke gives you infinite lives. Play the tape from the start
A fixed version of this poke is available for download.
Click here to download this hack (TAP format) or Click here to download this hack (TZX format).
10 BORDER 0 : PAPER 0 : INK 0 : CLS
20 LOAD "" CODE
30 POKE 20546,147 : POKE 20547,80
40 FOR A=20627 TO 20644 : READ N : POKE A,N : NEXT A
50 DATA
62,205,50,133,188,33,98,192,34,134,188,175,50,136,188,195,0,91