dispinfo.h

来自「一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.」· C头文件 代码 · 共 26 行

H
26
字号
/* SCCSID @(#)dispinfo.h	1.3 12/3/97 */ #ifdef DRIVER #ifdef MAINEVD_DISP_Info evd_disp_info[] = {/*NTSC source, low resolution*/    {0x16b80,0x1ce80,0x1ceac,0x0000, 0x0000, 88, 44, 288, 0x11900, 0x118a0,     0x11860,0xeb9e, 0xc000, 0xefe0, 0xefe0, 0xe7de, 0x10fe0, 44, 0xe7de, 50, 40, 160, 16},/*PAL source, low resolution*/    {0x16b80,0x1ce80,0x1ceac,0x0000, 0x0000, 88, 44, 288, 0x10880, 0xf7a0,     0x107e0,0xf760, 0xc000, 0xdf60, 0xdf60, 0xdf5e, 0xf800, 44, 0x10080, 50, 40, 160, 16},#ifdef HRES/*PAL source, high resolutioh*/    {0xa7c0,0x18d40,0x18d73,0x8000, 0x8000, 102, 51, 576, 0x11900, 0x118a0,     0x11860,0xef9e, 0xc000, 0xefe0, 0xefe0, 0xefde, 0x10fe0, 68, 0x68dc, 72, 22, 560, 230},#endif};#elseextern EVD_DISP_Info evd_disp_info[];#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?