📄 arm-cpnull.h
字号:
/*************************************************************************** DSemu - The Next Generation ** Portable ARM9ES core: Null coprocessor header [arm-cpnull.h] ** Copyright Imran Nazar, 2005; released under the BSD public licence. ***************************************************************************/#ifndef __ARM_CPNULL_H_#define __ARM_CPNULL_H_#include "armcopro.h"// The null copro is an implementation of the abstract Copro.class ARMcpNULL : public ARMCopro { public: ARMcpNULL(); ~ARMcpNULL(); void set(int, int, int, int, u32); u32 get(int, int, int, int); void op(int, int, int, int, int); void read(int, u32, int, int); void write(int, u32, int, int);};#endif//__ARM_CPNULL_H_/*** EOF: arm-cpnull.h ***************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -