Hardware design

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

Hardware design

Post by inx »

Hello all,

I'm probably barking up the wrong tree here, but does anyone here have any hardware design experience (specifically, NTSC video signalling)? I'm working on a simple computer (80s-ish) as a hobby electronics project. My first impulse was to use a 6502 with a display controller IC, before I found out it's ridiculously difficult to find a 6502 any more, and even harder to find a display controller for something like this.
So now I've got most of the design down using a Z80, but I can't figure out the whole display controller thing. I'm thinking about just using shift registers and another Z80 as a display controller with the clock interleaved with the first to avoid bus contention. Basically, I'm just looking for pointers on where to further my research into this.
Anyway, I understand if nobody can help, but I just figured if there's anywhere decent to ask left, it'd be here. lol
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: Hardware design

Post by JackScott »

I don't know anything, but the guys on the forums at http://6502.org have quite a lot of experience. In the hardware subforum there are a number of threads about video hardware and how to make it yourself.
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

Re: Hardware design

Post by inx »

:D Thank you very much. Exactly the kind of pointer I was looking for.
Post Reply