mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
QVSS: Add support for keyboard bell
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user