From 6d4ad46f79249bbf9d24b29489e9e6bd8e6d9907 Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Sun, 1 Mar 2020 18:24:46 -0800 Subject: [PATCH] PDP11, VAX: Disabled VH11 --- PDP11/pdp11_sys.c | 5 +++-- VAX/vax_syslist.c | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PDP11/pdp11_sys.c b/PDP11/pdp11_sys.c index f9e80bb6..358fdaae 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-2018, Robert M Supnik + Copyright (c) 1993-2020, 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. + 17-Feb-20 RMS Disabled VH11 23-May-18 RMS Changed UC15 simulator name 14-Mar-16 RMS Added UC15 support 02-Sep-13 RMS Added third Massbus, RS03/RS04 @@ -152,7 +153,7 @@ DEVICE *sim_devices[] = { &dci_dev, &dco_dev, &dz_dev, - &vh_dev, +// &vh_dev, &rc_dev, &rf_dev, &rk_dev, diff --git a/VAX/vax_syslist.c b/VAX/vax_syslist.c index 41d1752a..811a4193 100644 --- a/VAX/vax_syslist.c +++ b/VAX/vax_syslist.c @@ -1,6 +1,6 @@ /* vax_syslist.c: VAX device list - Copyright (c) 1998-2008, Robert M Supnik + Copyright (c) 1998-2020, 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,8 +23,9 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Robert M Supnik. - 17-Oct-06 RMS Re-ordered device list - 17-May-06 RMS Added CR11/CD11 support (John Dundas) + 17-Feb-2020 RMS Disabled VH11 + 17-Oct-2006 RMS Re-ordered device list + 17-May-2006 RMS Added CR11/CD11 support (John Dundas) 01-Oct-2004 RMS Cloned from vax_sys.c */ @@ -68,7 +69,7 @@ DEVICE *sim_devices[] = { &csi_dev, &cso_dev, &dz_dev, - &vh_dev, +// &vh_dev, &cr_dev, &lpt_dev, &rl_dev,