Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@2109 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,7 +44,9 @@
|
||||
|
||||
|
||||
|
||||
/* Version information. */
|
||||
/* Chip type and version information. */
|
||||
#define CHIPDATA_TYPE_CHIP 0U
|
||||
#define CHIPDATA_TYPE_CPU 1U
|
||||
#define CHIPDATA_VER_MAJOR 1U
|
||||
#define CHIPDATA_VER_MINOR 0U
|
||||
|
||||
@@ -56,6 +58,7 @@ struct SimData;
|
||||
typedef struct ChipData ChipData;
|
||||
struct ChipData {
|
||||
const char* ChipName; /* Name of the chip */
|
||||
unsigned Type; /* Type of the chip */
|
||||
unsigned MajorVersion; /* Version information */
|
||||
unsigned MinorVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user