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?
Hi Nick,
As I recall, the Commodore PET that I have used a batch of memory to hold the video data.
All you need is a couple of counter chips to run through the addresses of the RAM chips.
You take the digital output and run it into a transistor with a couple of capacitors and resisters to create the analog out, synchronize the Horizontal and vertical sync waveforms and you have video output.
Back in the OLD days we used this approach for all types of microprocessors.
Later, people came out with digital to video out chips.
Plus you always have the option of hacking an old PC video card. Most of them allowed you to load digital information into the onboard ram and the card took care of the sync.
DAB
This sounds interesting, do you have example schematics?
Thanks
Some info of what used to be here https://en.m.wikipedia.org/wiki/Video_display_controller
The video subsystems of these oldies used to make up the bulk of the electronics in those machines and the display resolutions were only something like 320x240 .
Some info of what used to be here https://en.m.wikipedia.org/wiki/Video_display_controller
The video subsystems of these oldies used to make up the bulk of the electronics in those machines and the display resolutions were only something like 320x240 .