QVSS: Add support for keyboard bell
This commit is contained in:
parent
1c551b7b5a
commit
b89369e896
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ if (lk_rbuf[0] & 1) { /* peripheral command */
|
||||||
|
|
||||||
case 0xA7:
|
case 0xA7:
|
||||||
sim_debug (DBG_CMD, &lk_dev, "sound bell\n");
|
sim_debug (DBG_CMD, &lk_dev, "sound bell\n");
|
||||||
|
vid_beep ();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0xC1:
|
case 0xC1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue