mirror of
https://github.com/simh/simh.git
synced 2026-01-27 12:32:24 +00:00
All simulator DEVICES using VIDEO: Set DEV_DISPLAY in the DEVICE flags
This commit is contained in:
@@ -104,7 +104,7 @@ DEVICE ng_dev = {
|
||||
1, 8, 16, 1, 8, 16,
|
||||
NULL, NULL, &ng_reset,
|
||||
&ng_boot, NULL, NULL,
|
||||
&ng_dib, DEV_DIS | DEV_DISABLE | DEV_UBUS | DEV_DEBUG,
|
||||
&ng_dib, DEV_DIS | DEV_DISABLE | DEV_UBUS | DEV_DEBUG | DEV_DISPLAY,
|
||||
0, ng_deb, NULL, NULL, NULL, &ng_help, NULL,
|
||||
&ng_description
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user