Video DAC: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
[[File:mvs_viddac.jpg|right|thumb|Resistor array forming the video DAC on a 1FZS MVS board.]]
[[File:mvs_viddac.jpg|right|thumb|Resistor array forming the video DAC on a 1FZS.]]


The NeoGeo video DAC was made by using digital latches and precision resistors.
The NeoGeo uses a discrete video DAC made of precision resistors, and two 74LS273 latches controlled by [[NEO-B1]], [[NEO-GRC]] or [[NEO-GRZ]].


TODO: Resistor values, schematic ?, "[[Dark bit]]"...
[[File:aes_viddac.png|right|thumb|Video DAC on a AES board.]]
 
[[File:aes_viddac_schematic.png]]
 
Each color component has its own set of 7 resistors. 6 of them are used with the actual color value stored in the [[palette RAM]] (5 + 1 [[Palettes#Dark bit|common bit]]). The last (SHADOW signal) is related to the REG_DISPDISABLE and REG_DISPENABLE registers (74HC259 latch).
 
The output voltage is then divided by 5 to obtain a 1Vp-p max signal, which can be fed to the [[CXA1145]] encoder.


[[Category:Chips]]
[[Category:Chips]]
[[Category:Video system]]
[[Category:Video system]]

Revision as of 13:17, 8 February 2011

File:Mvs viddac.jpg
Resistor array forming the video DAC on a 1FZS.

The NeoGeo uses a discrete video DAC made of precision resistors, and two 74LS273 latches controlled by NEO-B1, NEO-GRC or NEO-GRZ.

File:Aes viddac.png
Video DAC on a AES board.

File:Aes viddac schematic.png

Each color component has its own set of 7 resistors. 6 of them are used with the actual color value stored in the palette RAM (5 + 1 common bit). The last (SHADOW signal) is related to the REG_DISPDISABLE and REG_DISPENABLE registers (74HC259 latch).

The output voltage is then divided by 5 to obtain a 1Vp-p max signal, which can be fed to the CXA1145 encoder.