diff options
author | tv <tv> | 1998-08-12 22:44:31 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-12 22:44:31 +0000 |
commit | f4fd168578564d9a02431173ee8e5d3d72ba9fc7 (patch) | |
tree | 7e6f01bff81a7e30a7a7e3155abcca672719f2aa /emulators/Makefile | |
parent | c7e96d22c760868476b7a0128d0ceb3a40dad2c6 (diff) | |
download | pkgsrc-f4fd168578564d9a02431173ee8e5d3d72ba9fc7.tar.gz |
A pkg for Bob Supnik's simh processor simulator. Can simulate the IBM
1401, Nova, and PDP-{1,4,5,7,8,9,11,15} on both big and little endian
processors. (Can run the free binary distribution of V6 and V7.)
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9d4ba53492a..df7ee97b575 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/07/21 11:21:13 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/08/12 22:44:31 tv Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -19,6 +19,7 @@ # SUBDIR += pcemu # SUBDIR += prodosemu # SUBDIR += sim6811 + SUBDIR += simh SUBDIR += spim # SUBDIR += stella # SUBDIR += tkhfs |