mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Added SWEET 16 CPU
git-svn-id: svn://svn.cc65.org/cc65/trunk@3210 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ccf3f3f3ac
commit
856046e41d
@ -191,13 +191,15 @@ static char MacCPU[] =
|
||||
"CPU_ISET_65C02 = $08\n"
|
||||
"CPU_ISET_65816 = $10\n"
|
||||
"CPU_ISET_SUNPLUS = $20\n"
|
||||
"CPU_ISET_SWEET16 = $40\n"
|
||||
"CPU_6502 = CPU_ISET_6502\n"
|
||||
"CPU_6502X = CPU_ISET_6502|CPU_ISET_6502X\n"
|
||||
"CPU_65SC02 = CPU_ISET_6502|CPU_ISET_65SC02\n"
|
||||
"CPU_65C02 = CPU_ISET_6502|CPU_ISET_65SC02|CPU_ISET_65C02\n"
|
||||
"CPU_65816 = CPU_ISET_6502|CPU_ISET_65SC02|CPU_ISET_65816\n"
|
||||
"CPU_SUNPLUS = CPU_ISET_SUNPLUS\n";
|
||||
|
||||
"CPU_SUNPLUS = CPU_ISET_SUNPLUS\n"
|
||||
"CPU_SWEET16 = CPU_ISET_SWEET16\n";
|
||||
|
||||
|
||||
|
||||
/* Table with pointers to the different packages */
|
||||
|
Loading…
Reference in New Issue
Block a user