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:
@@ -46,9 +46,10 @@
|
||||
|
||||
/* Supported CPUs */
|
||||
typedef enum CPUType {
|
||||
CPU_6502,
|
||||
CPU_65C02,
|
||||
CPU_65816
|
||||
CPU_6502 = 0x01,
|
||||
CPU_65C02 = 0x02,
|
||||
CPU_65816 = 0x04,
|
||||
CPU_ALL = 0x07
|
||||
} CPUType;
|
||||
|
||||
/* Current CPU */
|
||||
|
||||
Reference in New Issue
Block a user