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:
committed by
Mark Pizzolato
parent
c7d529c4db
commit
c686f75894
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user