1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

QVSS: Add support for keyboard bell

This commit is contained in:
Mark Pizzolato 2016-06-11 08:30:36 -07:00
parent 1c551b7b5a
commit b89369e896

View File

@ -305,6 +305,7 @@ if (lk_rbuf[0] & 1) { /* peripheral command */
case 0xA7:
sim_debug (DBG_CMD, &lk_dev, "sound bell\n");
vid_beep ();
break;
case 0xC1: