mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
d5d119243c
commit
e362c57310
4 changed files with 32 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue