Date : Fri, 09 Jan 1998 15:03:14 +0000 (GMT)
From : Rich <rst20@...>
Subject: Re: Basic ROM
On Fri, 9 Jan 1998, Joel Rowbottom wrote:
> Jonathan Davies wrote:
>
> > In order to run emulators, such as 'bbc-em', I need to extract the two
> > ROMs necessary. I have extracted the os.rom using the command *SAVE OS
> > C000+4000, but I cannot get the Basic ROM. Does anyone know the
> > command that I have to input to obtain this ROM?
>
Try:
(from Basic)
FOR N%=0 TO &3FFF STEP 4:N%!&3000=N%!&8000:NEXT
*SAVE BasicII 3000+4000 8000 8000
Probably the easiest solution really.
Rich Talbot-Watkins