Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulated BBC Micro on one Pi, with Emulated Tube, to talk to PiTubeDirect processors on a second Pi? #212

Open
gtoal opened this issue Jul 13, 2024 · 2 comments

Comments

@gtoal
Copy link

gtoal commented Jul 13, 2024

Has anyone modified any BBC Micro emulator that runs on a Pi, so that a second processor emulation could talk to it by wiring a GPIO to GPIO cable (ie no level shifters between the two Pies - just wires) and allow an emulated second processor to talk to an emulated Beeb over a virtual Tube, so we could enjoy these emulations even if we don't own a real and working BBC Micro?

I think all that would be needed would be for a BBC Micro emulator to implement the Tube interface by talking to the GPIO ports directly, much as say the 6502 second processor will be doing for the other side of the Tube interface already.

Those of us in the US where it's hard to find a working Beeb would really appreciate a system like that if it exists and I wonder how much work would it entail for a BBC Micro emulator author to modify an existing emulator to do this, if it doesn't already exist?

@@@ Damn! It's been a long time since I last looked at Beeb emulators - I didn't realise when I posted the comments above that B-Em actually emulates Tube processors such as the 32016 in addition to the Beeb itself! So that will get me online with Panos I think. Nevertheless I'll leave the above suggestion in place since it might be worth doing anyway...

Graham

@hoglet67
Copy link
Owner

Hi Graham,

Sorry, I'm not aware of a software emulator that does this., I don't think anyone has developed a BBC Emulator that is adapted specifically for the Raspberry Pi.

The nearest thing I can think of is the Spectrum Next port of BeebFPGA. This supports a directly connected PiTubeDirect (i.e. no level shifters) running on the in-build Pi Accelerator:
https://github.com/hoglet67/BeebFpga/wiki/Spectrum-Next#co-processor-support

Dave

@dp111
Copy link
Collaborator

dp111 commented Jul 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants