mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 11:51:32 +00:00
IBM1130: Set PLOT device disabled when plot support isn't available
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user