mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
IBM1130: Set PLOT device disabled when plot support isn't available
This commit is contained in:
parent
089740a0c5
commit
85deff82ec
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user