Hi everybody again :), i've been searched for a good tut about the speaker and it's command's, but i still can make any sounds, and the other sound-demo programs works, does anybody knows of a real tut ? ;) .... JaiKMw
You could try searching for PCGPE. But you will also have to learn about the 8254 PIT because programming it is required to change the output frequency of the square wave on the PC speaker.
Hi, x86asm :), i already have various tutz, i'll be readin em in this week.. thank you :D
There is also a detailed example in chapter 10 of the Art Of Assembly 16-bit edition.
http://webster.cs.ucr.edu/AoA/DOS/pdf/0_AoAPDF.html
http://webster.cs.ucr.edu/AoA/DOS/pdf/0_AoAPDF.html
Thank you Dr. Manhattan, :) :tongue:
Hi, x86asm :), i already have various tutz, i'll be readin em in this week.. thank you :D
No Problem :D
The Four-F beeper program is useful.
Take a look into the source inside the .bat file.
And if you want to create programs
that plays with the hardware without having
to use the old DOS, read the
Four-F device driver programming tutorials
at http://www.freewebs.com/four-f/
Take a look into the source inside the .bat file.
And if you want to create programs
that plays with the hardware without having
to use the old DOS, read the
Four-F device driver programming tutorials
at http://www.freewebs.com/four-f/
Thank you Opcode