DSP:WriteProcessPipe: Difference between revisions

Merry (talk | contribs)
mNo edit summary
Sv (talk | contribs)
Add channel enum
Line 37: Line 37:


One should call [[DSP:SetSemaphore]] with an argument of `0x4000`, then wait on the related [[DSP:RegisterInterruptEvents|interrupt event]].
One should call [[DSP:SetSemaphore]] with an argument of `0x4000`, then wait on the related [[DSP:RegisterInterruptEvents|interrupt event]].
==enum Channel==
{| class="wikitable" border="1"
|-
!  Channel
!  Id
|-
| DEBUG
| 0
|-
| DMA
| 1
|-
| AUDIO
| 2
|-
| BINARY
| 2
|}