/************************************************************* * 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_ */