From 4fe3a5a0f0a0c4f031d6d0d9b03b11c825dd49f5 Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Wed, 21 Sep 2022 12:00:00 -0400 Subject: [PATCH] PDP11, VAX: Re-enabled VH11 after fixes (Mark Pizzolato) --- PDP11/pdp11_sys.c | 3 ++- VAX/vax_syslist.c | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PDP11/pdp11_sys.c b/PDP11/pdp11_sys.c index 75f64b04..fff1591d 100644 --- a/PDP11/pdp11_sys.c +++ b/PDP11/pdp11_sys.c @@ -1,6 +1,6 @@ /* pdp11_sys.c: PDP-11 simulator interface - Copyright (c) 1993-2020, Robert M Supnik + Copyright (c) 1993-2022, Robert M Supnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -23,6 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Robert M Supnik. + 25-Jul-22 RMS Re-enabled VH11 after fixes (Mark Pizzolato) 17-Feb-20 RMS Disabled VH11 23-May-18 RMS Changed UC15 simulator name 14-Mar-16 RMS Added UC15 support diff --git a/VAX/vax_syslist.c b/VAX/vax_syslist.c index 811a4193..66b1cac2 100644 --- a/VAX/vax_syslist.c +++ b/VAX/vax_syslist.c @@ -1,6 +1,6 @@ /* vax_syslist.c: VAX device list - Copyright (c) 1998-2020, Robert M Supnik + Copyright (c) 1998-2022, Robert M Supnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -23,6 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Robert M Supnik. + 21-Sep-2022 RMS Restored VH11 17-Feb-2020 RMS Disabled VH11 17-Oct-2006 RMS Re-ordered device list 17-May-2006 RMS Added CR11/CD11 support (John Dundas) @@ -69,7 +70,7 @@ DEVICE *sim_devices[] = { &csi_dev, &cso_dev, &dz_dev, -// &vh_dev, + &vh_dev, &cr_dev, &lpt_dev, &rl_dev,