PAL HSYNC Signal for a AD725
megaionstorm
Posts: 178
How can i create a external PAL HSync signal for a AD725 ?
With one of those two programs:
http://obex.parallax.com/object/433
http://obex.parallax.com/object/616
With one of those two programs:
http://obex.parallax.com/object/433
http://obex.parallax.com/object/616
Comments
What's your objective?
http://www.ladyada.net/images/fuzebox/fuzeboxsch.png
But not with a atmega644, with a p8x32a.
That's why the p8x32a must generate the hsync signal for the ad725.
hsync test _mode,#%0001 wc 'if pal, toggle phaseflip
if_c xor phaseflip,phasemask
mov vscl,sync_scale1 'do hsync
mov tile,phaseflip
xor tile,burst
waitvid tile,sync_normal
mov vscl,hvis 'setup in case blank line
mov tile,phaseflip
hsync_ret ret
How must i change it to generate the hsync through a p832a pin ?
If you are interested in creating a video game console using the Propeller, you might want to see what's been done by others using the Hydra and other platforms, and tile drivers like the one macaa has been working on.
Is there a equal tv driver too ?
Note: I was never happy with my PAL template. For some reason it wasn't as stable as Chip's TV driver.
My early attempts, before findind the VGA driver from kuroneko (the driver is not mine), were based on Eric Ball's NTSC & PAL driver templates http://obex.parallax.com/object/433 which are using a similar structure with a color buffer. They don't have the code to read the color buffer from hub memory but could be easly added (and with more relaxed timing than the VGA driver). As Eric itself say, the PAL output isn't very good, due to the Propeller video generator limitations rather than the driver itself, I believe.
Maybe you can use the VGA driver to directly drive the AD725, as far as I can tell if you connect the output of the VGA resistors dacs and h/v-sync lines to the chip you are done, and you don't even need to deal with the composite color values used by the Propeller. Well, you need to change the timings to PAL/NTSC values.