1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-27 20:48:20 +00:00

VAX QVSS: Add device descriptions to the Keyboard (LK) and Mouse (VS) devices.

This commit is contained in:
Mark Pizzolato
2015-12-01 07:46:28 -08:00
parent d1518e56a6
commit 78f4d07c3d
6 changed files with 41 additions and 27 deletions

View File

@@ -77,9 +77,9 @@ DEVICE *sim_devices[] = {
&cr_dev,
&lpt_dev,
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
&vc_dev,
&lk_dev,
&vs_dev,
&vc_dev,
#endif
&rl_dev,
&rq_dev,