⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mode.c

📁 genesis芯片点屏程序
💻 C
字号:
////////////////////////////////////////////////////////////////////////////////
//    Genesis Microchip, Inc.
// This file was generated by Genesis Workbench. PLEASE DO NOT EDIT MANUALLY
////////////////////////////////////////////////////////////////////////////////

#include "std_inc.h"

StandardModeType ROM StandardModeTable[] = 
{
	{	// tail entry

		0, 0,		// StdHFreq, DeltaHFreq, (in 100Hz unit)
		0, 0,		// StdVFreq, DeltaVFreq, (in 1/10Hz unit)
		0, 0,		// StdVTotal, DeltaVTotal, (in line unit)
		0,		// StdHTotal,
		0, 0,		// StdWidth, StdHeight,
		0, 0,		// StdHStart, StdVStart,
		0		// ModeType
	},
};






//******************************************************************
// Estimated mode table entries should be in order of the height.
// the mode with smaller height should be come first to search to next.
EstimatedModeType ROM EstimatedModeTable[] = 
{
	{               		// *** 0: 720 x 400 ***
		480,   				// MaxVTotal,  (in line unit)
		900,       			// StdHTotal,
		720, 400,    		// StdWidth, StdHeight,
	},

	{                       // *** 1: 640 x 480 ***
		600,               	// MaxVTotal,  (in line unit)
		800,                // StdHTotal,
		640, 480,           // StdWidth, StdHeight,
	},
	{                       // *** 2: 800 x 600 ***
		720,               	// MaxVTotal,  (in line unit)
		1056,            	// StdHTotal,
		800, 600,           // StdWidth, StdHeight,
	},
	{                       // *** 3: 960 x 720 ***
		768,               	// MaxVTotal,  (in line unit)
		1284,            	// StdHTotal,
		960, 720,           // StdWidth, StdHeight,
	},

	{                       // *** 4: 1024 x 768 ***
		870,               	// MaxVTotal,  (in line unit)
		1344,           	// StdHTotal,
		1024, 768,          // StdWidth, StdHeight,
	},

	{                       // *** 5: 1152 x 870 ***
		960,               	// MaxVTotal,  (in line unit)
		1456,            	// StdHTotal,
		1152, 870,          // StdWidth, StdHeight,
	},

	{                       // *** 6: 1280 x 960 ***
		1024,               // MaxVTotal,  (in line unit)
		1800,            	// StdHTotal,
		1280, 960,          // StdWidth, StdHeight,
	},

	{                       // *** 7: 1280 x 1024 ***
		1200,               // MaxVTotal,  (in line unit)
		1688,            	// StdHTotal,
		1280, 1024,     	// StdWidth, StdHeight,
	},

	{                       // *** 8: 1600 x 1200 ***
		1400,               // MaxVTotal,  (in line unit)
		2160,            	// StdHTotal,
		1600, 1200,       	// StdWidth, StdHeight,
	},

	{                       // *** : end ***
		0,              	// MaxVTotal,  (in line unit)
		0,            		// StdHTotal,
		0, 0,       		// StdWidth, StdHeight,
	},

};

⌨️ 快捷键说明

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