From: cuz Date: Fri, 10 Oct 2003 17:01:34 +0000 (+0000) Subject: Supervision has something between a 65SC02 and 65C02 X-Git-Tag: V2.12.0~1275 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=283bc121ea9caa537eb06ce187ae9978561f1f23;p=cc65 Supervision has something between a 65SC02 and 65C02 git-svn-id: svn://svn.cc65.org/cc65/trunk@2501 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/target.c b/src/common/target.c index a13801643..8cc0208bc 100644 --- a/src/common/target.c +++ b/src/common/target.c @@ -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 */ };