mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
All simulator DEVICES using VIDEO: Set DEV_DISPLAY in the DEVICE flags
This commit is contained in:
@@ -496,7 +496,7 @@ DEVICE wcnsls_dev = {
|
||||
NUM_DEVS_WCNSLS, 0, 0, 0, 0, 0,
|
||||
NULL, NULL, wcnsls_reset,
|
||||
NULL, NULL, NULL,
|
||||
&wcnsls_dib, DEV_DISABLE | DEV_DIS | DEV_DEBUG, 0, dev_debug,
|
||||
&wcnsls_dib, DEV_DISABLE | DEV_DIS | DEV_DEBUG | DEV_DISPLAY, 0, dev_debug,
|
||||
NULL, NULL, NULL, NULL, NULL, &wcnsls_description
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user