New all in one 6502 computer (Neo6502kbd)
olimex.wordpress.com
New all in one 6502 computer (Neo6502kbd)
1–10 of 19 posts
Re: New all in one 6502 computer (Neo6502kbd)
#2Re: New all in one 6502 computer (Neo6502kbd)
#3Re: New all in one 6502 computer (Neo6502kbd)
#4Re: New all in one 6502 computer (Neo6502kbd)
#5(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?
Re: New all in one 6502 computer (Neo6502kbd)
#6Interesting, I wonder if those external 3.5" diskette drives will work with this ?
The problem is Apple II 3.5" disks are in GCR so you would need a custom controller (IMO certainly doable with an RP2040 let alone RP2350) that is not bound to just PC formats.
Re: New all in one 6502 computer (Neo6502kbd)
#7According to https://neo6502.com/ the SOC has a 6.25 Mhz CPU and 64k of RAM. What's the utility of this in the modern world?
Re: New all in one 6502 computer (Neo6502kbd)
#8According to https://neo6502.com/ the SOC has a 6.25 Mhz CPU and 64k of RAM. What's the utility of this in the modern world?
> Our Neo6502kbd brings it all back — an all-in-one retro computer with a real 6502 processor that can emulate the Apple ][ and Oric Atmos, letting you play all those classic games on your modern DVI/HDMI screen or TV.
It's for retrogaming apparently
Re: New all in one 6502 computer (Neo6502kbd)
#9> 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?
Although I could see a version of this with two RP2350's.