summaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu.c')
-rwxr-xr-xplugins/dfsound/spu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 4dcb00b5..b8a04b74 100755
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -122,7 +122,7 @@ unsigned int bIrqHit = 0;
unsigned short spuCtrl=0; // some vars to store psx reg infos
unsigned short spuStat=0;
unsigned short spuIrq=0;
-unsigned long spuAddr=0xffffffff; // address into spu mem
+unsigned long spuAddr=0x200; // address into spu mem
int bEndThread=0; // thread handlers
int bThreadEnded=0;
int bSpuInit=0;
@@ -1333,7 +1333,7 @@ long CALLBACK SPUinit(void)
iVolume = 3;
iReverbOff = -1;
spuIrq = 0;
- spuAddr = 0xffffffff;
+ spuAddr = 0x200;
bEndThread = 0;
bThreadEnded = 0;
spuMemC = (unsigned char *)spuMem;