I'm playing with an old ZX Spectrum 48k and I'm wondering how exactly it is possible to enter POKE codes.
You load a game with a tape - then somehow break out of the program, type in the POKE statements, and start running the program again?
I've done a lot of searching on this but haven't been able to find exactly how this is done so any leads on this would be greatly appreciated.
As a workarround to found the right poke, and after loaded and BREAK the program, you can search for commands like:
In a game with 3 lives at the start. The code in HEX for this command is:
Search this data and change the 03 to 255 for example (255 is the max allowebd value). Then test it.