1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

HP2100 Update from Dave Bryan

This commit is contained in:
Mark Pizzolato
2012-03-23 11:11:07 -07:00
parent e0fbfa6abf
commit 5863e1bc38
7 changed files with 269 additions and 322 deletions

View File

@@ -1015,7 +1015,8 @@ t_stat sim_os_poll_kbd (void)
int c = -1;
DWORD nkbevents, nkbevent;
INPUT_RECORD rec;
extern int32 sim_switches;
\
if ((std_input == NULL) || /* No keyboard for */
(std_input == INVALID_HANDLE_VALUE)) /* background processes */