From 85deff82eca33337dcdcc2c1a2740acf035a4768 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 24 May 2017 10:18:11 -0700 Subject: [PATCH] IBM1130: Set PLOT device disabled when plot support isn't available --- Ibm1130/ibm1130_plot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ibm1130/ibm1130_plot.c b/Ibm1130/ibm1130_plot.c index 64f3c617..42d2f545 100644 --- a/Ibm1130/ibm1130_plot.c +++ b/Ibm1130/ibm1130_plot.c @@ -27,7 +27,8 @@ "PLOT", NULL, NULL, NULL, 0, 16, 16, 1, 16, 16, NULL, NULL, NULL, - NULL, NULL, NULL}; + NULL, NULL, NULL, NULL, + DEV_DIS}; void xio_1627_plotter (int32 addr, int32 func, int32 modify) {