fixed mp3 buffer overlapping of GP2X sound buffer

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@129 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-05-12 15:06:44 +00:00
parent d5d119243c
commit e362c57310
4 changed files with 32 additions and 20 deletions

View file

@ -5,7 +5,7 @@
static _940_data_t *shared_data = (_940_data_t *) 0x00100000;
static _940_ctl_t *shared_ctl = (_940_ctl_t *) 0x00200000;
static unsigned char *mp3_data = (unsigned char *) 0x01000000;
static unsigned char *mp3_data = (unsigned char *) 0x00400000;
YM2612 *ym2612_940;
// from init.s