sburrow wrote:
Nice! I would love to see the back end sometime
So, are you going to solder those sockets to it? Or are you wire-wrapping everything?
Sockets are soldered, along with bypass caps and VCC/GND connections. My protoboard is this stuff:
https://www.busboard.com/POW3Uso it has power rail strips kind of like a breadboard. The sockets are normal machine pin sockets with male pin headers soldered in next to them to serve as 2 height wire wrap pins. I do have some actual wire wrap sockets, but they are kind of precious and expensive and I don't have enough (or all the right types) to build this board, so I settled on a kind of hybrid construction system. I also soldered a few other things, like the jumpers for configuring 27C256 vs. 28C256 (E)EPROM, the jumpers for switching between regular 6502s and WDC ones, and some pullup resistors. I was starting to run a little low on space, so I decided to go with the moveable but not resizable I/O window; the DIP switch in the lower right just selects between 47k resistors to VCC and GND without bringing in all the address lines to be jumpered across the P/Q inputs of the '688.
Quote:
Hm, interesting! I have never heard of a G65SC02 before, but that's neat.
CMD seems to have made a whole line of 65xx parts with many improvements. From what I've read, they also fixed the bug in the 6522 (not sure about the 6551). I'd like to get my hands on some of those.
Quote:
So you are planning on doing a separate 'co-processor' for video output? Would that dual-port RAM be the interface between Blue April and this new VGA board?
That's pretty much the idea. The dual port RAM has some interesting features for communicating across the ports, like semaphores and interrupts, so I might not need anything. (I do still kind of like the idea of a big VGA terminal that you connect to over RS-232, though, just aesthetically.
) Blue April is made of RC6502 cards and backplanes, so all PCBs. It's not so easy to reconfigure her on the fly since the glue logic is "baked in." Adding another W65C22 is not so simple, for example, because there's no where to put the AND gate for IRQ\.
Quote:
Good to see progress! Thanks for the updates, I read every one of them.
As always, thanks a lot for taking an interest!