Changes

132 bytes added ,  17:36, 2 July 2023
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
 +
|}
6

edits