X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Finstr.c;fp=src%2Fca65%2Finstr.c;h=54e09b5016614b6322c99baaa08b3c4536551d89;hb=96ef7fd77387339c5d3d44fb549953e2d580b922;hp=73fd83a7821f55e5b056458e996dc1f1bb7802ba;hpb=9fae57963d4f8189b3b4103b4bc1bc6c8632ff28;p=cc65 diff --git a/src/ca65/instr.c b/src/ca65/instr.c index 73fd83a78..54e09b501 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -585,11 +585,6 @@ static const struct { } }; -#ifdef SUNPLUS -/* Table for the SUNPLUS CPU */ -#include "sunplus.inc" -#endif - /* Instruction table for the SWEET16 pseudo CPU */ static const struct { unsigned Count; @@ -781,11 +776,6 @@ static const InsTable* InsTabs[CPU_COUNT] = { (const InsTable*) &InsTab65SC02, (const InsTable*) &InsTab65C02, (const InsTable*) &InsTab65816, -#ifdef SUNPLUS - (const InsTable*) &InsTabSunPlus, -#else - 0, -#endif (const InsTable*) &InsTabSweet16, (const InsTable*) &InsTabHuC6280, 0, /* Mitsubishi 740 */