1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-20 05:29:39 +00:00

Supervision has something between a 65SC02 and 65C02

git-svn-id: svn://svn.cc65.org/cc65/trunk@2501 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-10-10 17:01:34 +00:00
parent b32e1cf906
commit 283bc121ea

View 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 */
};