Date : Fri, 20 Nov 2009 16:42:23 +0000
From : mlist@... (Steven Flintham)
Subject: Is there a 65Tube-style BBC emulator available
On Fri, 2009-11-20 at 16:20 +0000, michael.firth@... wrote:
> Years ago (around 15!) I wrote a very primitive BBC emulator in C,
> which I think might actually match your needs.
>
> It does a basic 6502 CPU emulation, and emulates the OS calls enough
> that BBC Basic can run, but (for example) OSWRCH just maps onto
> "putchar", rather than doing anything clever.
>
> If you (or anyone else) want a copy, let me know and I'll put it
> somewhere it can be downloaded.
Hi Michael,
That sounds pretty good. If it's not a problem for you to upload it
somewhere I'd certainly like to take a look. I actually started writing
something similar myself when I was at university, but I don't think I
ever finished coding up all the instructions and I don't know if I could
still find it anyway.
At the risk of looking a gift horse in the mouth, how well tested was
your 6502 emulation? Did you run much stuff on it?
Thanks.
Steve