some fixes
[picodrive.git] / platform / gp2x / code940 / 940.c
index 4a1e718..97a3b5c 100644 (file)
@@ -1,8 +1,11 @@
+// The top-level functions for the ARM940\r
+// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas\r
+\r
 #include "940shared.h"\r
 \r
 static _940_data_t *shared_data = (_940_data_t *)   0x00100000;\r
 static _940_ctl_t  *shared_ctl  = (_940_ctl_t *)    0x00200000;\r
-static unsigned char *mp3_data  = (unsigned char *) 0x01000000;\r
+static unsigned char *mp3_data  = (unsigned char *) 0x00400000;\r
 YM2612 *ym2612_940;\r
 \r
 // from init.s\r