emulinit.h

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 31 行

H
31
字号
#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 + =
减小字号Ctrl + -
显示快捷键?