Remix.run Logo
Retr0id 2 days ago

> Neo6502 [...] consist of real W65C02S processor and RP2040 which emulates RAM memory, video, keyboard, SPI, I2C, UART, GPIOs, Sound

(via https://github.com/OLIMEX/Neo6502)

6502 is fun but coupling it to a RP2040 takes most of that fun away again, imho. Why not have the RP2040 emulate the 6502 too?

MomsAVoxell 2 days ago | parent | next [-]

We Oric-1/Atmos users have been enjoying the heck out of wiring up an RP2040 to our systems .. it makes an excellent peripheral controller .. adds USB mice, keyboard, mice, etc. to 40 year old systems.

Just wanna say, adding the RP2040 to 8-bit systems increases the fun, yo ..

I'm pretty sure Neo6502 is going to get LOCI emulation mode for booting with the Oric Atmos ROM sooner or later .. that is going to be very interesting, from the perspective of next-generation Oric development ..

Retr0id 2 days ago | parent [-]

I can see it being fun if it's truly a peripheral to an otherwise fully-functional system

MomsAVoxell 2 days ago | parent [-]

Indeed, that is exactly what it has become for the Oric-1/Atmos, in the LOCI project .. which gives the Oric access to USB peripherals, including storage, and getting such things under control are the first step in making retro- computers useful again ..

happycube 2 days ago | parent | prev | next [-]

I think it works if you treat it as a black box - the RP2040 and 2350 are synchronous and can basically play the role of an FPGA here.

Although I could see a version of this with two RP2350's.

ape4 2 days ago | parent | prev [-]

Do you use memory to emulate memory