-
-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathdv_dac.txt
More file actions
24 lines (23 loc) · 890 Bytes
/
dv_dac.txt
File metadata and controls
24 lines (23 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Direct Video DAC Configuration File
# Format: mfg_id,hdmi_limited,hdmi_audio_96k,composite_sync,name
#
# mfg_id: Manufacturer ID from EDID bytes 0x08-0x09 (hex, e.g. 0x48F4)
# This is the raw 16-bit value from EDID, NOT the decoded 3-letter code
# hdmi_limited: 0=full range RGB (0-255)
# 1=limited range RGB (16-235)
# 2=limited range RGB (16-255)
# hdmi_audio_96k: 0=48kHz audio, 1=96kHz audio
# composite_sync: 0=disable composite sync, 1=enable composite sync, blank=use MiSTer.ini setting
# name: Description of the DAC (optional, for logging purposes)
#
# The mfg_id comes from EDID bytes:
# Byte 0x08: High byte of manufacturer ID
# Byte 0x09: Low byte of manufacturer ID
# Combined as: (byte_08 << 8) | byte_09
#
# Examples:
# 0x48F4,0,0,,CS5213 DAC
# 0x04EF,2,0,1,AG6200 DAC
# Known DACs
0x48F4,0,0,,CS5213 DAC
0x04EF,2,0,,AG6200 DAC