Date: Sat, 8 Feb 2014 21:48:49 +0000 (+0100)
Subject: Removed references to SunPlus.
X-Git-Tag: V2.15~163
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7b84bb618390cceb87d0062abb4fd28a38a365c;p=cc65
Removed references to SunPlus.
---
diff --git a/asminc/cpu.mac b/asminc/cpu.mac
index 43c9e160f..6b8aa6d7b 100644
--- a/asminc/cpu.mac
+++ b/asminc/cpu.mac
@@ -1,4 +1,3 @@
-
; CPU bitmask constants
CPU_ISET_NONE = $0001
CPU_ISET_6502 = $0002
@@ -6,9 +5,8 @@ CPU_ISET_6502X = $0004
CPU_ISET_65SC02 = $0008
CPU_ISET_65C02 = $0010
CPU_ISET_65816 = $0020
-CPU_ISET_SUNPLUS = $0040
-CPU_ISET_SWEET16 = $0080
-CPU_ISET_HUC6280 = $0100
+CPU_ISET_SWEET16 = $0040
+CPU_ISET_HUC6280 = $0080
; CPU capabilities
CPU_NONE = CPU_ISET_NONE
@@ -17,8 +15,5 @@ CPU_6502X = CPU_ISET_6502|CPU_ISET_6502X
CPU_65SC02 = CPU_ISET_6502|CPU_ISET_65SC02
CPU_65C02 = CPU_ISET_6502|CPU_ISET_65SC02|CPU_ISET_65C02
CPU_65816 = CPU_ISET_6502|CPU_ISET_65SC02|CPU_ISET_65816
-CPU_SUNPLUS = CPU_ISET_SUNPLUS
CPU_SWEET16 = CPU_ISET_SWEET16
CPU_HUC6280 = CPU_ISET_6502|CPU_ISET_65SC02|CPU_ISET_65C02|CPU_ISET_HUC6280
-
-
diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index c1c314a2c..75cba986e 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -151,10 +151,7 @@ Here is a description of all the command line options:
Set the default for the CPU type. The option takes a parameter, which
may be one of
- 6502, 65SC02, 65C02, 65816, sunplus, sweet16, HuC6280
-
- The sunplus cpu is not available in the freeware version, because the
- instruction set is "proprietary and confidential".
+ 6502, 65SC02, 65C02, 65816, sweet16, HuC6280