@@ -16,20 +16,23 @@ Device g16v8a;
16
16
/* This logic generates two possible ways to generate an accurate colorburst */
17
17
/* signal when in MC6847/MC1372 artifact mode: */
18
18
/* */
19
- /* 1. The colorburst_active_out signal indicates when a colorburst should */
19
+ /* 1. The COLORBURST_ACTIVE_OUT signal indicates when a colorburst should */
20
20
/* be active. By pulling down the 'A' phase color signal level via a 1K */
21
21
/* resistor during this time, an appropriate colorburst will be */
22
22
/* generated. Note that it is possible this colorburst is 10 degrees off */
23
23
/* 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 */
25
26
/* and phase to be added directly to the MC1732 output (pin 12). Note */
26
27
/* that due to propogation delays in this logic, the phase may be */
27
28
/* incorrect. Using the output clock from this circuit to time the 6847 */
28
29
/* and 1372 may produce better results. Might also cause issues with the */
29
30
/* 6847 being behind the rest of the Coco timing. How best to strap to the */
30
31
/* 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). */
33
36
/* */
34
37
/* Theory of Operation */
35
38
/* ------------------- */
0 commit comments