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:
@@ -57,7 +57,7 @@ DEVICE crt_dev = {
|
||||
1, 8, 16, 1, 8, 16,
|
||||
NULL, NULL, &crt_reset,
|
||||
NULL, NULL, NULL,
|
||||
NULL, DEV_DISABLE | DEV_DEBUG | CRT_DIS, 0, crt_deb,
|
||||
NULL, DEV_DISABLE | DEV_DEBUG | CRT_DIS | DEV_DISPLAY, 0, crt_deb,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user