VOGONS


First post, by Megafont

User metadata
Rank Newbie
Rank
Newbie

Hey guys, I've noticed this odd little problem in QBasic. It affects multiple versions when running under DOSBox. I've tried this in QB1.1, QB4.5, and QB7.1. The BEEP command produces no sound, however the SOUND and PLAY commands both work correctly.

Does anyone know why the BEEP command does not make a sound or how to fix it?

Reply 1 of 2, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The speaker beep for the "bell" character (ASCII 7) is not implemented in 0.74 or earlier, but it is in current source, so you can use an SVN build of DOSBox.

Reply 2 of 2, by Megafont

User metadata
Rank Newbie
Rank
Newbie

I was using DOXBox 0.74. I went and downloaded the latest SVN build and it did indeed work. Thank you!