|
SGDK
A free and open development kit for the Sega Mega Drive
|
General / shared sound driver definitions. More...
Go to the source code of this file.
Enumerations | |
| enum | SoundPCMChannel { SOUND_PCM_CH_AUTO = -1 , SOUND_PCM_CH1 = 0 , SOUND_PCM_CH2 , SOUND_PCM_CH3 , SOUND_PCM_CH4 } |
| Sound PCM channel enum. | |
| enum | SoundPanning { SOUND_PAN_NONE = 0x00 , SOUND_PAN_RIGHT = 0x40 , SOUND_PAN_LEFT = 0x80 , SOUND_PAN_CENTER = 0xC0 } |
| Sound panning enum. | |
Functions | |
| void | SND_NULL_loadDriver (void) |
| Load the dummy Z80 driver. | |
General / shared sound driver definitions.
This unit provides basic definitions for sound drivers.