Home
last modified time | relevance | path

Searched refs:crtc_format (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dcrtcdmac.c68 byte crtc_format[5]; /* CRTC �������Υե����ޥå� */ variable
241 crtc_format[ crtc_param_num++ ] = data; in crtc_out_parameter()
246 crtc_attr_non_separate = crtc_format[4] & 0x80; /* bool */ in crtc_out_parameter()
247 crtc_attr_color = crtc_format[4] & 0x40; /* bool */ in crtc_out_parameter()
248 crtc_attr_non_special = crtc_format[4] & 0x20; /* bool */ in crtc_out_parameter()
251 crtc_cursor_blink = crtc_format[2] & 0x20; /* bool */ in crtc_out_parameter()
780 { TYPE_BYTE, &crtc_format[0], },
781 { TYPE_BYTE, &crtc_format[1], },
782 { TYPE_BYTE, &crtc_format[2], },
783 { TYPE_BYTE, &crtc_format[3], },
[all …]
H A Dmonitor.c3232 j = crtc_format[0] >> 7; in monitor_set_crtc_printf()
3235 j = (crtc_format[0] & 0x7f) + 2; in monitor_set_crtc_printf()
3239 j = crtc_format[1] >> 6; in monitor_set_crtc_printf()
3242 j = (crtc_format[1] & 0x3f) + 1; in monitor_set_crtc_printf()
3246 j = crtc_format[2] >> 7; in monitor_set_crtc_printf()
3249 j = (crtc_format[2] >> 5) & 0x03; in monitor_set_crtc_printf()
3252 j = (crtc_format[2] & 0x1f) + 1; in monitor_set_crtc_printf()
3256 j = (crtc_format[3] >> 5); in monitor_set_crtc_printf()
3259 j = (crtc_format[3] & 0x1f); in monitor_set_crtc_printf()
3263 j = (crtc_format[4] >> 5); in monitor_set_crtc_printf()
[all …]
H A Dcrtcdmac.h9 extern byte crtc_format[5]; /* CRTC �������Υե����ޥå� */