Attempting a 65c816 build (with learning opportunities.)

For discussing the 65xx hardware itself or electronics projects.
ssturgis
Posts: 11
Joined: 01 Jan 2005

Re: Attempting a 65c816 build (with learning opportunities.)

Post by ssturgis »

Proxy wrote:
also instead of a slow external clock with an NE555 or similar, you can just use the arduino as the clock source so it's always fully in sync
A great idea! However, my knowledge of the arduino is even more limited than my knowledge of the 6502 family. I'll see if I can figure out how to do this once my '816 project is running. It would be great for anyone with the same sort of problem Im working through. The Ben Eater breadboard clock is great, but very sensitive to noise as I found earlier.
ssturgis
Posts: 11
Joined: 01 Jan 2005

Re: Attempting a 65c816 build (with learning opportunities.)

Post by ssturgis »

BDD has agreed to my republishing some of his schematics for his POC V1 and below are those (partial) schematics with my additions. My modifications to the original design were to the RAM (71256SA) and the serial I/O (65c51). I don't have a RT clock (yet), but I'll add one when I get the basic implementation working. I'll also swap out the 65c51 for an 88c92 for serial I/O.

This shows the various selects and the Read/Write qualification:
SelectsAndRWQual.jpg
This shows the selects connecting to the memory and ACIA:
MemoryACIA.jpg
In the diagrams, I've omitted the data, address and serial I/O connections to the RAM and ACIA, but they are connected as well.
User avatar
akohlbecker
Posts: 282
Joined: 24 Jul 2021
Contact:

Re: Attempting a 65c816 build (with learning opportunities.)

Post by akohlbecker »

If you've enjoyed Ben's videos and are starting a 65C816 project you might want to give my own series about this processor a watch. https://www.youtube.com/watch?v=sdFXc0R ... jHKi3f1kqT

Notably, I talk about designing the glue logic in more detail than Ben did, I build a pretty nice clock circuit, and I also built a more advanced Arduino debugger. There are a ton of useful info in those videos. (of course I'm biased :-) )

Good luck with your build!
User avatar
Yuri
Posts: 372
Joined: 28 Feb 2023
Location: Texas

Re: Attempting a 65c816 build (with learning opportunities.)

Post by Yuri »

akohlbecker wrote:
If you've enjoyed Ben's videos and are starting a 65C816 project you might want to give my own series about this processor a watch. https://www.youtube.com/watch?v=sdFXc0R ... jHKi3f1kqT

Notably, I talk about designing the glue logic in more detail than Ben did, I build a pretty nice clock circuit, and I also built a more advanced Arduino debugger. There are a ton of useful info in those videos. (of course I'm biased :-) )

Good luck with your build!
Still working my way through those videos, but I've enjoyed the detail you've gone into on the timings for those videos. Very informative!
ssturgis
Posts: 11
Joined: 01 Jan 2005

Re: Attempting a 65c816 build (with learning opportunities.)

Post by ssturgis »

akohlbecker wrote:
If you've enjoyed Ben's videos and are starting a 65C816 project you might want to give my own series about this processor a watch. https://www.youtube.com/watch?v=sdFXc0R ... jHKi3f1kqT

Notably, I talk about designing the glue logic in more detail than Ben did, I build a pretty nice clock circuit, and I also built a more advanced Arduino debugger. There are a ton of useful info in those videos. (of course I'm biased :-) )

Good luck with your build!
I agree with Yuri, very interesting videos and great to share. I just subscribed to your channel!
Post Reply