Added different 65SC02 and 65C02 CPUs

git-svn-id: svn://svn.cc65.org/cc65/trunk@2251 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-07 11:13:13 +00:00
parent b1f89ab793
commit 045dfad6b5
2 changed files with 7 additions and 5 deletions

View File

@@ -50,8 +50,9 @@
cpu_t CPU = CPU_UNKNOWN;
/* Table with target names */
const char* CPUNames [CPU_COUNT] = {
const char* CPUNames[CPU_COUNT] = {
"6502",
"65SC02",
"65C02",
"65816",
"sunplus",