Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - topview - sound - make tone http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - "SOUND" - MAKE TONE
        AX = 1019h
        BX = frequency in Hertz (0000h = silence)
        CX = duration in clock ticks (18.2 ticks/sec)
Return: immediately, tone continues to completion
Notes:  if another tone is already playing, the new tone does not start until
          completion of the previous one.  Up to 32 tones may be queued before
          the process is blocked until a note completes.
        in DV 2.00, the lowest tone allowed is 20 Hz
        if CX = 0, the current note is cancelled; if BX = 0 as well, all queued
          notes are also cancelled

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson