Repton 3 Redux Special Edition

User avatar
KenLowe
Posts: 4675
Joined: Mon Oct 18, 2004 5:35 pm
Location: UK
Contact:

Re: Repton 3 Redux Special Edition

Post by KenLowe »

Excellent! That worked :). Now running on Econet too =D> =D> =D>.

However, the addresses I had to patch were a little bit different. Perhaps I'm running a slightly different version of repton3? I had to patch addresses &26A3 and &26AB. Also, I just set &26A3 and &26AB = &0D instead of 'blanking' out the *DRIVE and *DIR commands with spaces, which seemed to work:
repton2 file - unpatched
repton2 file - unpatched
repton2 file - patched
repton2 file - patched
I also moved PAGE out of the way during patching so BASIC didn't interfere with the repton2 code, which is loaded at &1200. So for me, with the files already copied over to a suitable directory on my PiFS, it was:

Code: Select all

MODE7
PAGE=&6000
NEW
*LOAD repton2
*SAVE repton2bak 1200 +4600
?&26A3=&0D
?&26AB=&0D
*SAVE repton2 1200 +4600
*I AM REPTON3, and away we go...
Repton3
Repton3
User avatar
!FOZ!
Posts: 620
Joined: Sun Oct 24, 2021 6:02 am
Contact:

Re: Repton 3 Redux Special Edition

Post by !FOZ! »

Fantastic news - have fun!

And yes those pokes look easier than messing with spaces. #-o [-o<
Electron,+1,+3
BBC B,GoTek,Boobip 64k SRAM + 64k EEPROM,Speech, BeebSID,VideoNula,Pi Copro
BBC Master,BeebSCSI,UPUSFS,MultiOS,GoTek,DS12887 RTC,VideoNula,Pi Corpo,Mouse,MasterSD,User Port x2
A3000,GoTek,4MB,Watford IDE,CF HD
A5000 Alpha,4MB,CF HD
Post Reply

Return to “miscellaneous new bbc and electron games”