mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
added "nmos6502" as an alias for "6510"
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@250 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
parent
3039db71e6
commit
7f736ceccb
@ -73,9 +73,10 @@ static struct cpu_type cpu_type_m65 = {
|
|||||||
// predefined stuff
|
// predefined stuff
|
||||||
static struct ronode *cputype_tree = NULL;
|
static struct ronode *cputype_tree = NULL;
|
||||||
static struct ronode cputype_list[] = {
|
static struct ronode cputype_list[] = {
|
||||||
#define KNOWN_TYPES "'6502', '6510', '65c02', 'r65c02', 'w65c02', '65816', '65ce02', '4502', 'm65', 'c64dtv2'" // shown in CLI error message for unknown types
|
#define KNOWN_TYPES "'6502', 'nmos6502', '6510', '65c02', 'r65c02', 'w65c02', '65816', '65ce02', '4502', 'm65', 'c64dtv2'" // shown in CLI error message for unknown types
|
||||||
// PREDEFNODE("z80", &cpu_type_Z80),
|
// PREDEFNODE("z80", &cpu_type_Z80),
|
||||||
PREDEFNODE("6502", &cpu_type_6502),
|
PREDEFNODE("6502", &cpu_type_6502),
|
||||||
|
PREDEFNODE("nmos6502", &cpu_type_nmos6502),
|
||||||
PREDEFNODE("6510", &cpu_type_nmos6502),
|
PREDEFNODE("6510", &cpu_type_nmos6502),
|
||||||
PREDEFNODE("65c02", &cpu_type_65c02),
|
PREDEFNODE("65c02", &cpu_type_65c02),
|
||||||
PREDEFNODE("r65c02", &cpu_type_r65c02),
|
PREDEFNODE("r65c02", &cpu_type_r65c02),
|
||||||
|
Loading…
Reference in New Issue
Block a user