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.
You can of course also switch from 48K BASIC mode to the 128K mode with the command
- Code: Select all
OUT 32765,0
PRINT USR 0
However, if you still want to access the Compact Flash card, you will have to use ResiDOS and will need the +3e ROMs to use the disk drive and compact flash card at the same time.
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 (http://sourceforge.net/projects/sebasic ... m/download).
Th, taking the Gosh Wonderful BASIC ROM as an example, 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!
NOTE: that Gosh Wonderful BASIC is based on the original 48K ROM and does not support the extra commands in 128K BASIC, such as PLAY and SOUND.
On the other hand, SE BASIC has quite a few additions and improvements - see the manual at http://sourceforge.net/projects/sebasic ... f/download (although SE BASIC still does not support the PLAY command).
