IBM1130: Set PLOT device disabled when plot support isn't available

This commit is contained in:
Mark Pizzolato 2017-05-24 10:18:11 -07:00
parent 089740a0c5
commit 85deff82ec

View file

@ -27,7 +27,8 @@
"PLOT", NULL, NULL, NULL, "PLOT", NULL, NULL, NULL,
0, 16, 16, 1, 16, 16, 0, 16, 16, 1, 16, 16,
NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL}; NULL, NULL, NULL, NULL,
DEV_DIS};
void xio_1627_plotter (int32 addr, int32 func, int32 modify) void xio_1627_plotter (int32 addr, int32 func, int32 modify)
{ {