Go backGo back to index

Trailblazer

Gremlin/May 1986

Full price gameCoin-op conversionHack
Screen shot

One of the many bouncy ball games, like bounder in 3D.

Line 60 gives you infinite time and line 70 gives infinite jumps. Either can be deleted. The rest are vital for the running of the program and cannot be deleted. Play the tape from the START.

Another hack which Your Sinclair never printed a correction for! You will get a B Integer out of range, 40:1 error after the bytes for the loader have loaded. To fix it, change line 20 to: 20 FOR f=60210 TO 60221 : READ a. You may download this hack with the aforementioned fix via the link below.

This hack remains untested, since I do not have a tzx image of the original game cassette to test it with.

Click here to download this hack (TAP format) or Click here to download this hack (TZX format).

10 LOAD "" CODE
20 FOR f=60210 TO 1e9 : READ a
30 IF a=999 THEN GOTO 40
40 POKE f,a : NEXT f
45 POKE 60027,50 : POKE 60028,235
50 RANDOMIZE USR 6e4
60 DATA 62,201,50,137,143
70 DATA 175,50,171,138
80 DATA 195,8,132,999

Free Web Hosting