Question about VID circuit, I/O pins and such
pedward
Posts: 1,642
I wonder if it's possible to drive the same video pins from different cogs at the same time? One cog could run lockstep to another, but one cog would be outputting a text buffer and the other outputting a bitmap, causing an overlay. The P1 had OR circuits, does the P2 have similar such logic on the I/O pins? If one cog outputs a blank, that could be used as a mask for the other COG to fill in. So the text renderer would use blank/black cells to designate the background. This would allow you to overlay text on a graphical background without needing to BLIT it and keep backing store.
Comments
You would use CFGPINS to reassign the pin DACs to different cogs, on the fly.