Skip to content

Commit f29935f

Browse files
Jayeson Lee-SteereJayeson Lee-Steere
authored andcommitted
Add a note to ImprovedColorBurst.
1 parent e89e3e8 commit f29935f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ImprovedColorBurst/ImprovedColorburst.pld

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ Device g16v8a;
1616
/* This logic generates two possible ways to generate an accurate colorburst */
1717
/* signal when in MC6847/MC1372 artifact mode: */
1818
/* */
19-
/* 1. The colorburst_active_out signal indicates when a colorburst should */
19+
/* 1. The COLORBURST_ACTIVE_OUT signal indicates when a colorburst should */
2020
/* be active. By pulling down the 'A' phase color signal level via a 1K */
2121
/* resistor during this time, an appropriate colorburst will be */
2222
/* generated. Note that it is possible this colorburst is 10 degrees off */
2323
/* the correct phase, resulting in less desireable colors). */
24-
/* 2. The colorburst_out signal generates pulses at the correct frequency */
24+
/* */
25+
/* 2. The COLORBURST_OUT signal generates pulses at the correct frequency */
2526
/* and phase to be added directly to the MC1732 output (pin 12). Note */
2627
/* that due to propogation delays in this logic, the phase may be */
2728
/* incorrect. Using the output clock from this circuit to time the 6847 */
2829
/* and 1372 may produce better results. Might also cause issues with the */
2930
/* 6847 being behind the rest of the Coco timing. How best to strap to the */
3031
/* MC1372 output is not clear either. The Coco 1 F board appears to use an */
31-
/* RLC circuit. More experimentation needed (this approach has not been */
32-
/* tested). */
32+
/* RLC circuit. What may work better is to use the COLORBURST_ACTIVE_OUT */
33+
/* signal to control an analog switch between the 6847/1372 clock and */
34+
/* either the luminance signal or MC1372 output. More experimentation */
35+
/* needed (this approach has not been tested). */
3336
/* */
3437
/* Theory of Operation */
3538
/* ------------------- */

0 commit comments

Comments
 (0)