📄 lr4002.h
字号:
/************************************************************* * File: include/lr4002.h * Purpose: defines for LSI Logic LR4002/3 * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970523 Added define for 4001 and comments *//* * The only difference between the 4002 and the 4003 is the process * used to manufacture it. They are same from a software point of view. */#if defined(LR4002) && !defined(_LR4002_)#define _LR4002_/* this cpu is a lot like the 4001, but it also has a dbx module */#ifndef LR4001#define LR4001#endif#include "lr4001.h"#include "dbxcore.h"#endif /* _LR4002_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -