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

📄 emulinit.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
#ifndef _EMULINIT_H
#define _EMULINIT_H

void	EmulInit(void);
void 	DumpReg(void);
void 	DumpPal(void);
void 	DumpCursor(void);

void	Emulgc1REG(int, ULONG);
ULONG	Emulgc1READ(int);
void	Emulgc2REG(int, ULONG);
ULONG	Emulgc2READ(int);
void	EmulfpREG(int, ULONG);
ULONG	EmulfpREAD(int);
void	Emulg1pREG(int, ULONG);
ULONG	Emulg1pREAD(int);
void	Emulg2pREG(int, ULONG);
ULONG	Emulg2pREAD(int);
void	EmulpmuREG(int, ULONG);
ULONG	EmulpmuREAD(int);
void	EmulpciREG(int, ULONG);
ULONG	EmulpciREAD(int);
void	EmulcpuREG(int, ULONG);
ULONG	EmulcpuREAD(int);
void	EmulmiuREG(int, ULONG);
ULONG	EmulmiuREAD(int);
void	EmulgeREG(int, ULONG);
ULONG	EmulgeREAD(int);

#endif _EMULINIT_H

⌨️ 快捷键说明

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