X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fcode940%2F940.c;h=97a3b5c91f3c1d130935e41192850d824cffd224;hb=e362c57310c2b01b206af28210e3c422225e4f94;hp=4c7082ac7c8eeda57d4d9e43bc3d2ecd1801b05f;hpb=d5d119243c9e1086e1e6cb34ea05bfd6ab18c200;p=picodrive.git diff --git a/platform/gp2x/code940/940.c b/platform/gp2x/code940/940.c index 4c7082a..97a3b5c 100644 --- a/platform/gp2x/code940/940.c +++ b/platform/gp2x/code940/940.c @@ -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