                    BBC 6502 EMULATOR               15/2/92

Files in this archive are

        EMU-BBC .exe - DOS version of 6502 emulator
        or
        EMU-BBCW.exe - Windows version of 6502 emulator
        DATA    .rel - Data for the emulator
        BASIC   .bbc - BBC BASIC 2, rom image from Beeb
        READ    .me  - This file!!!


This is a 6502 emulator which emulates some of the BBC Model B, OS
Not by any means is it completely finished, but it does work, if only
extreamly very slowly.

The main limitations at the moment is no support of graphics, that is
no mode 7 or any other mode graphics. Also emulations are extreamly slow,
and as this one is written in Turbo Pascal, with main emphesis on debugging,
it is even slower than I would like, but will recode 6502 instruction set in
assembler in the near future.

At the momemnt the program runs under DOS (written under MS-DOS 5.0) and
also runs under Windows 3.0,

Very brief help is included in the program if you type ?
In order to run BBC BASIC on it, type the following

-b "basic.bbc",8000
-pc=8023
-g

(note that the - is not typed)

In order to quit BBC BASIC press return and few times and while pressing
return press `, this will interrupt the program and u are back in the
emulators command mode where u can type q to quit.

I can be contacted on the internet as
                        eb134@uk.ac.city


