mirror of
https://github.com/cc65/cc65.git
synced 2026-01-22 17:16:21 +00:00
fix table
This commit is contained in:
@@ -63,7 +63,7 @@ const char* CPUNames[CPU_COUNT] = {
|
||||
"huc6280",
|
||||
"m740",
|
||||
"4510",
|
||||
"45GS02"
|
||||
"45GS02",
|
||||
"W65C02", /* CMOS with WDC extensions */
|
||||
"65CE02", /* CMOS with GTE extensions */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user