1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

KA10: Added support for KL10A/B.

This commit is contained in:
Author: Richard Cornwell
2020-03-09 23:07:47 -07:00
committed by Mark Pizzolato
parent c7d529c4db
commit c686f75894
49 changed files with 13982 additions and 2447 deletions

View File

@@ -387,7 +387,8 @@ t_stat stk_devio(uint32 dev, uint64 *data)
static t_stat stk_reset (DEVICE *dptr)
{
vid_display_kb_event_process = stk_keyboard;
if ((stk_dev.flags & DEV_DIS) == 0)
vid_display_kb_event_process = stk_keyboard;
return SCPE_OK;
}