1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

All simulator DEVICES using VIDEO: Set DEV_DISPLAY in the DEVICE flags

This commit is contained in:
Mark Pizzolato
2022-07-24 11:37:39 -10:00
parent a9a68f6928
commit 0e79fbcc70
13 changed files with 13 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ DEVICE dpy_dev = {
1, 10, 31, 1, 8, 8,
NULL, NULL, &dpy_reset,
NULL, NULL, NULL,
NULL, DEV_DIS | DEV_DISABLE | DEV_DEBUG,
NULL, DEV_DIS | DEV_DISABLE | DEV_DEBUG | DEV_DISPLAY,
0, dpy_deb};
/* Display IOT routine */