1
0
Fork 0
forked from len0rd/rockbox

PacBox: Premultiply sound prom data on load rather than during emulation. Use 16-bit data for 'raw' output instead of int.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-07-01 03:57:37 +00:00
parent f09370058f
commit ceab0b04eb
5 changed files with 26 additions and 21 deletions

View file

@ -123,7 +123,7 @@ void init_PacmanMachine(int dip);
int run(void);
void reset_PacmanMachine(void);
void decodeROMs(void);
void playSound( int * buf, int len );
void playSound( int16_t * buf, int len );
/**