mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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:
parent
b32e1cf906
commit
283bc121ea
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user