Page 1 of 1
Dual 65265 PIB implementation - reference designs?
Posted: Sat Jan 03, 2026 2:10 pm
by rehsd
Would anyone happen to have resources to help me better understand hardware and software implementation of PIB (parallel interface bus) on a pair of W65C265S MCUs? I'm very interested in a sample schematic of a PIB implementation, and any code samples would also be quite helpful. I have been scouring through the '265 datasheet, monitor ROM manual and source code, and SXB documentation. I'm working on a dual-265 SBC, and I have too many gaps in my understanding of PIB.
Thanks!
Rich
https://www.rehsdonline.com/post/w65c26 ... d-computer
Re: Dual 65265 PIB implementation - reference designs?
Posted: Sat Jan 03, 2026 4:28 pm
by AndrewP
I wish I could as I keep looking at the '265 and thinking "that looks useful". And then dig into the datasheet and kinda go "yeah, nah" and go back to the '816
Quick question: is the parallel interface bus a '265 specific thing or is it just a pair of '265s on the same parallel bus?
Re: Dual 65265 PIB implementation - reference designs?
Posted: Sat Jan 03, 2026 4:54 pm
by rehsd
Quick question: is the parallel interface bus a '265 specific thing or is it just a pair of '265s on the same parallel bus?
It's a specific feature of the '265. WDC describes it as "The Parallel Interface Bus (PIB) is used to communicate instructions and data to and from task oriented processors, smart peripherals, co-processors, and parallel processors." As I understand PIB, it's essentially a private 8-bit data bus between the MCUs and controlled/used through registers and interrupts.
Re: Dual 65265 PIB implementation - reference designs?
Posted: Mon Jan 05, 2026 12:24 pm
by rehsd
Here's where I'm currently at with connectivity between two '265s. Thanks to handyandy for suggestions on this design. I'll be ordering a first attempt of a PCB for this later this month. I'll post an update when I can validate the design. Thanks!
Re: Dual 65265 PIB implementation - reference designs?
Posted: Tue Jan 13, 2026 11:19 pm
by rehsd
I have PIB working! Below is what I ended up with for connections to connect two '265 boards. For the most part, connect port 4 to port 4 and port 5 to port 5 (minus the NMI and IRQ lines of port 4).
In case anyone is interested, I posted additional details, including code to
https://www.rehsdonline.com/post/w65c26 ... ce-bus-pib.