Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>int 1ah, 80h (128) set up sound multiplexer pcjr</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 1Ah,  80h (128)      Set Up Sound Multiplexer                        PCjr

    Determines the source to be used for sound generation.

       On entry:      AH         80h
                      AL         Sound source
                                    00h - 8253 channel 2
                                    01h - Cassette input
                                    02h - "Audio in" line on I/O channel
                                    03h - Complex sound generator chip (TI
                                 76496)

       Returns:       CF         Set if error; else cleared

  --------------------------------------------------------------------------

       Notes:         This service is available only for the PCjr. ATs,
                      XT-286s, and PC Convertibles will set the Carry
                      Flag, thus reporting an error state. Previous
                      machines will report unpredictable results
                      (including the state of the Carry Flag).

                      On power-up, the default sound source is the 8253
                      programmable-timer chip, via channel 2.

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