DCB_OUTPUT_C
if (dcb->or & (8 | DCB_OUTPUT_C))
int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2;
int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2;
int ramdac = (or & DCB_OUTPUT_C) >> 2;
int ramdac = (or & DCB_OUTPUT_C) >> 2;
uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->or & DCB_OUTPUT_C ? 1 : 0);
fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, DCB_OUTPUT_C);