Yerz- please can you email me a copy of the file you get when you type the folowing command:
SAVE "ROM.BIN;0,8192"
I suspect you have rom V 5.5 with a 5.1 sticker

PRINT PEEK 7679
???
C
This means you have pretty much the latest ROM - yet the loader complains? Weird. I shall have to investigate further :¬.yerzmyey wrote:> what gets printed when you type PRINT PEEK 7679 ???
------------------
65
I think what was happening was that the patcher program failed to load the main game. The patcher is not the game itself - it loads the donor game into memory then alters it in-place. You need both P files in the same folder. If they are in a sub-folder then you have to change into that folder before you run the patch or it won't find the game file.Weird. I shall have to investigate further :¬.
sirmorris wrote:I think what was happening was that the patcher program failed to load the main game. The patcher is not the game itself - it loads the donor game into memory then alters it in-place. You need both P files in the same folder. If they are in a sub-folder then you have to change into that folder before you run the patch or it won't find the game file.Weird. I shall have to investigate further :¬.
Here's a new version with some extra error checking. It will tell you if the game file can't be loaded.
C