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