Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 1 (Reason code) |
R1 | New handler address (0 to uninstall handler) |
R2 | New handler workspace (passed to handler in R0, ignored if R1=0) |
Exit | |
---|---|
R1 | Old handler address |
R2 | Old handler workspace (passed to handler in R0) |
This SWI is used to replace the current 16 bit linear sound handler.
This SWI should only be used if Sound_Mode 0 indicates that 16 bit sound output is supported.
If no handler was previously installed, 0 will be returned in R1 and -1 in R2.