1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-17 13:07:53 +00:00

KA10: Fix error in KI and PDP6 build.

This commit is contained in:
Richard Cornwell
2020-12-03 20:38:15 -05:00
parent 13479d4697
commit 99cc00f83a

View File

@@ -379,10 +379,12 @@ t_stat dpy_reset (DEVICE *dptr)
if (dptr->flags & DEV_DIS) {
display_close(dptr);
} else {
#if ITS
if (stk_dev.flags & DEV_DIS) {
sim_debug(DEBUG_DETAIL, &dpy_dev, "Grabbing keyboard\n");
vid_display_kb_event_process = dpy_keyboard;
}
#endif
display_reset();
ty340_reset(dptr);
vid_set_fullscreen (dpy_unit[0].flags & FULLSCREEN);