Hello,
I've been working on a 6502 SBC recently, and I wanted it to output to a composite video signal. I looked around the internet and didn't find much of anything. Anyone know a way I can do this?
Hello,
I've been working on a 6502 SBC recently, and I wanted it to output to a composite video signal. I looked around the internet and didn't find much of anything. Anyone know a way I can do this?
If you want to remain "classic" you would need to use a video controller MC6845 or perhaps 6569:
MOS 6569R3 C64 VIC-II PAL chip, Mutant Caterpillar Games Ltd Retro Store
Google for the 6845 data sheet which is useful for understanding how these things work. You'll probably end up with a lot of glue logic as well.
What's the point/aim ?
You can replicate all this stuff in an FPGA (including the 6502) and it will crank at 10x the original speed as well - if you want to run old software this may be better route.
MK
If you want to remain "classic" you would need to use a video controller MC6845 or perhaps 6569:
MOS 6569R3 C64 VIC-II PAL chip, Mutant Caterpillar Games Ltd Retro Store
Google for the 6845 data sheet which is useful for understanding how these things work. You'll probably end up with a lot of glue logic as well.
What's the point/aim ?
You can replicate all this stuff in an FPGA (including the 6502) and it will crank at 10x the original speed as well - if you want to run old software this may be better route.
MK