📄 system.h
字号:
/****************************************************************************
* File: SYSTEM.H *
* Description: Header file for SYSTEM *
****************************************************************************/
#ifndef __SYSTEM_H__
#define __SYSTEM_H__
#include "AU_2_5_S.h"
#include "panel.h"
#include "T112reg.h"
#define VIDEO_AVAILABLE 1
//#define PAL // 1
#define felt // 2 //only mark 1,can detect N and P
//only mark 2,only detect P
//mark 1 and 2,only detect N
//***************************************************************
// Source *
//***************************************************************
typedef enum{
S_NTSC =0x02,
S_PAL =0x04,
S_SECAM =0x08,
S_NTSC_4=0x10,
S_PAL_M =0x20,
S_PAL_CN=0x40,
S_END =0x80
}VIDEOSTANDARD;
#endif // __SYSTEM_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -