From dbbce2e939af8fd78f659e5c66eea8b002369ba2 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 3 May 2003 15:26:35 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2138 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/cpu.c b/src/common/cpu.c index 81f285e94..0aadcd5b6 100644 --- a/src/common/cpu.c +++ b/src/common/cpu.c @@ -35,7 +35,7 @@ #include -/* common */ +/* common */ #include "cpu.h" @@ -51,7 +51,7 @@ cpu_t CPU = CPU_UNKNOWN; /* Table with target names */ const char* CPUNames [CPU_COUNT] = { - "6502" + "6502", "65C02", "65816", "sunplus", -- 2.39.5