Added m68k4, pmds4

Removed one superfluous line.
This commit is contained in:
keie 1985-04-14 13:59:14 +00:00
parent 8b4f21bd95
commit 7cd58cabab

11
Action
View file

@ -67,7 +67,7 @@ dir mach/6809
indir
end
name "Intel 8080 support"
dir mach/8080
dir mach/i80
indir
end
name "2-2 Interpreter support"
@ -90,6 +90,10 @@ name "Motorola 68000 2-4 support"
dir mach/m68k2
indir
end
name "Motorola 68000 4-4 support"
dir mach/m68k4
indir
end
name "NS16032 support"
dir mach/ns
indir
@ -102,6 +106,10 @@ name "PMDS support"
dir mach/pmds
indir
end
name "PMDS 4/4 support"
dir mach/pmds4
indir
end
name "Signetics 2650 support"
dir mach/s2650
indir
@ -122,7 +130,6 @@ name "Zilog Z8000 support"
dir mach/z8000
indir
end
end
name "Pascal frontend"
dir lang/pc/pem
end