dreamcast/regs/dve.csv
Zack Buhman db323c85c5 dve: initial description of DVE bits
This also implements primitive cable-detection and video output.
2024-03-08 18:27:12 +08:00

651 B

1register_nameenum_namebitsbit_namevaluemaskdescription
2VREGoutput_mode1-0vga0b00
3VREGoutput_mode1-0rgb0b10
4VREGoutput_mode1-0cvbs_yc0b11
5
6PDTRAcable_type9-8vga0b00
7PDTRAcable_type9-8rbg0b10
8PDTRAcable_type9-8cvbs_yc0b11
9
10PDTRAvideo_mode4-2ntsc0b000
11PDTRAvideo_mode4-2pal0b001
12PDTRAvideo_mode4-2pal_m0b011
13PDTRAvideo_mode4-2pal_n0b101
14PDTRAvideo_mode4-2forced_ntsc_interlacing0b110
15PDTRAvideo_mode4-2forced_pal_interlacing0b111