Started to add config file
git-svn-id: svn://svn.cc65.org/cc65/trunk@336 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -52,14 +52,6 @@ enum {
|
||||
lfLabel = lfUseLabel|lfGenLabel /* Generate and use a label */
|
||||
};
|
||||
|
||||
/* Constants for the CPU type */
|
||||
enum {
|
||||
cpu6502 = 0x01,
|
||||
cpu65C02 = 0x02,
|
||||
cpu65816 = 0x04,
|
||||
cpuAll = 0x07,
|
||||
};
|
||||
|
||||
/* Forward/typedef for struct OpcDesc */
|
||||
typedef struct OpcDesc OpcDesc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user