mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
All simulator DEVICES using VIDEO: Set DEV_DISPLAY in the DEVICE flags
This commit is contained in:
@@ -87,7 +87,7 @@ DEVICE dpy_dev = {
|
||||
1, 10, 31, 1, 8, 8,
|
||||
NULL, NULL, &dpy_reset,
|
||||
NULL, NULL, NULL,
|
||||
NULL, DEV_DISABLE | DEV_DIS | DEV_DEBUG, 0, dpy_deb };
|
||||
NULL, DEV_DISABLE | DEV_DIS | DEV_DEBUG | DEV_DISPLAY, 0, dpy_deb };
|
||||
|
||||
/* Display Routine */
|
||||
int32 dpy (int32 ac)
|
||||
|
||||
Reference in New Issue
Block a user