IBM1130: Set PLOT device disabled when plot support isn't available
This commit is contained in:
parent
089740a0c5
commit
85deff82ec
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue