Make doom work with sound on X5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-08-26 15:03:48 +00:00
parent d70bd0e03d
commit 59d1952693

View file

@ -66,7 +66,9 @@
// Basically, samples from all active internal channels
// are modifed and added, and stored in the buffer
// that is submitted to the audio device.
signed short mixbuffer[MIXBUFFERSIZE] IBSS_ATTR;
signed short mixbuffer[MIXBUFFERSIZE];
/* Don't place this in IRAM!
* Sound playback uses DMA, and not all IRAM is DMA capable on coldfire. */
typedef struct {
// SFX id of the playing sound effect.