Video DAC

From NeoGeo Development Wiki
Revision as of 17:30, 27 October 2012 by Furrtek (talk | contribs)
Jump to navigation Jump to search
File:Mvs viddac.jpg
Resistor array forming the video DAC on a 1FZS.

The NeoGeo uses a discrete video DAC made of resistors and two 74LS273 latches which store the color value from the palette RAM while the pixel has to be displayed. This is controlled by either 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 (5 + 1 common bit). The last (SHADOW signal) is related to the REG_SHADOW and REG_NOSHADOW 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.