c0pperdragon / ZX-Spectrum-Component-Video

Component video (YPbPr) output for the ZX Spectrum computer
31 stars 11 forks source link

Feedback and experiences #1

Open c0pperdragon opened 4 years ago

c0pperdragon commented 4 years ago

Please let the community know about your experiences with the mod. Photographs and screenshots would be highly appreciated. For troubleshooting and specific detail questions, please create individual issue threads.

IanSB commented 2 years ago

@c0pperdragon

I finally fitted this board to my 48K Spectrum and it works OK with RGBtoHDMI (In RGsB mode) I have created a profile (attached) but there is a problem: The border is too narrow Here is a screencap from your interface:

capture0

Here is a screencap from the analog YUV on the Spectrum edge connector (no bright colours):

capture7

Here is the profile I am using for my tests: Spectrum_48K+c0pperDragon.txt

c0pperdragon commented 2 years ago

This should be a pretty easy change to make in the firmware. I just used generated a 320x256 pixel total size including border because of the nice numbers involved. If you need a wider image, just tell me how many pixels of border I should add on both sides. I will then create a new firmware for this purpose.

IanSB commented 2 years ago

@c0pperdragon Looking at the video signal, the original Spectrum source is approximately 352 pixels wide and 288 pixels high so the border really needs to be around that size in both horizontal and vertical directions to ensure that the video is captured properly in all circumstances.

c0pperdragon commented 2 years ago

I have released a new firmware (1.1) for the zx spectrum mod. For programming this with the USB-Blaster, make sure that the cable as the correct orientation on the JTAG header. Pin 1 is on the side nearer the video jack.

IanSB commented 2 years ago

@c0pperdragon

Thanks, that seems to work OK