Another relocation of Reverb Address space. Ys and Shaman King work.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3244 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-06-19 16:19:22 +00:00
parent 50313e4538
commit 23f63c37cc
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ void V_Core::Reset( int index )
Regs.VMIXR = 0xFFFFFF;
Regs.VMIXEL = 0xFFFFFF;
Regs.VMIXER = 0xFFFFFF;
EffectsStartA = 0xE7FF8 + (0x10000*c);
EffectsEndA = 0xE7FFF + (0x10000*c);
EffectsStartA = 0x3FFF0 + (0x10000*c);
EffectsEndA = 0x3FFFF + (0x10000*c);
FxEnable = 0;
IRQA = 0xFFFF0;