Having investigated this, the best solution is still to use the firmware selector from Tygrys which we supply - you can select ResiDOS and 128K mode and the Spectrum will then always launch with this firmware installed.
Moving on, to get the 128K BASIC editor (rather than a 48K editor), I see that you need to install either the Gosh Wonderful BASIC ROM (http://www.wearmouth.demon.co.uk/) or SE BASIC (Can someone provide a current link to SE BASIC).
Once installed with:
- Code: Select all
CLEAR 32767
%INSTALL "gw03.rom",1
%ROM "gw03"
You then get given a 128K editor as soon as the Spectrum starts up.
I saved this on the Compact flash card as BASIC.bas, so I could just use:
- Code: Select all
LOAD %"BASIC.bas"
to reinstall the Gosh Wonderful BASIC when I had to reinstall ResiDOS.
Much easier to type on a +3 Spectrum now!
Just one issue then - how to get files from a +3 disk to a compact flash card.
It looks as though the only solution is to upgrade to a +3e ROM set - once I do this, can someone then please advise on the commands to use to copy a file from disk to the CF card, as I am not sure I understand the +3e instructions?
