]> git.sur5r.net Git - cc65/commitdiff
Supervision has something between a 65SC02 and 65C02
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 10 Oct 2003 17:01:34 +0000 (17:01 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 10 Oct 2003 17:01:34 +0000 (17:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2501 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/common/target.c

index a138016436403e119bdd90a8a6ff77e728bfde67..8cc0208bc043c43e6bc85dffc740904d7a121cf4 100644 (file)
@@ -95,7 +95,7 @@ const cpu_t DefaultCPU[TGT_COUNT] = {
     CPU_6502,           /* lunix */
     CPU_6502,           /* atmos */
     CPU_6502,           /* nes */
-    CPU_65C02,          /* supervision */
+    CPU_65SC02,         /* supervision */
 };