hi,
Just want to share my 6502 build with this forum. Many posts on this forum and other web sites has really helped me to put my SBC together. You can follow the build on my github repo https://github.com/maded2/6502. My next phase of the build is to work on graphic subsystem using the V9958 chip. Any comments and suggestion welcome.
eddie
Sharing my 6502 build
- BigDumbDinosaur
- Posts: 9426
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: Sharing my 6502 build
maded2 wrote:
Just want to share my 6502 build with this forum.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: Sharing my 6502 build
Hello World! And welcome, Eddie. Nice photo log on github.
Re: Sharing my 6502 build
BigDumbDinosaur wrote:
maded2 wrote:
Just want to share my 6502 build with this forum.
eddie
- BigDumbDinosaur
- Posts: 9426
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: Sharing my 6502 build
maded2 wrote:
BigDumbDinosaur wrote:
maded2 wrote:
Just want to share my 6502 build with this forum.
In a future build, you may be interested in a more compact type of ZIF socket. I will be using this one in future builds. It takes up little more room than a regular (non-ZIF) socket with the same number of pins. Data sheet attached.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: Sharing my 6502 build
BigDumbDinosaur wrote:
maded2 wrote:
BigDumbDinosaur wrote:
maded2 wrote:
Just want to share my 6502 build with this forum.
In a future build, you may be interested in a more compact type of ZIF socket. I will be using this one in future builds. It takes up little more room than a regular (non-ZIF) socket with the same number of pins. Data sheet attached.
eddie
Re: Sharing my 6502 build
In my SBC, I left enough room for the socket but not quite enough. When inserted, the bar wouldn't fully close because of caps, etc. Real bonehead move on my part.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
Cat; the other white meat.
Re: Sharing my 6502 build
cbmeeks wrote:
In my SBC, I left enough room for the socket but not quite enough. When inserted, the bar wouldn't fully close because of caps, etc. Real bonehead move on my part.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
btw, Kevin Maier's Monitor can do in-circuit eeprom programming (have not try it myself), but here's the link. https://github.com/floobydust/65C02-SBC1
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: Sharing my 6502 build
maded2 wrote:
cbmeeks wrote:
In my SBC, I left enough room for the socket but not quite enough. When inserted, the bar wouldn't fully close because of caps, etc. Real bonehead move on my part.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
So I just stacked the ZIF on top of a normal socket to give it lift.
On my next PCB, I don't think I will use ZIF at all. I think I will try an Arduino and program my flash memory directly. I like the idea of just uploading a binary file and not have to swap chips around.
btw, Kevin Maier's Monitor can do in-circuit eeprom programming (have not try it myself), but here's the link. https://github.com/floobydust/65C02-SBC1
PS - thanks for the mention of my C02 Monitor. The 2.0x version is what's used on the C02 Pocket SBC, as it uses a Philips/NXP UART, instead of a 65(c)51. Your SBC is a nice layout... you might also want to try my CMOS version of Enhanced Basic at some point... it's a bit smaller and runs just a tad bit quicker. It also can run along with the C02 Monitor, as the Page zero locations have been changed so there's no conflicts.
Regards, KM
https://github.com/floobydust
https://github.com/floobydust