Removed a stray MOV in increase_addr_reg, fixed decrease_addr_reg. NR should work now.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5329 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2010-04-11 14:06:46 +00:00
parent 800595980e
commit 945f8089b8
4 changed files with 41 additions and 33 deletions

View File

@ -47,7 +47,7 @@ void nx_ir()
void nx_nr()
{
SDSP test_dsp;
DSPJitTester tester(0x40, 0x0c, true);
DSPJitTester tester(0x40, 0x0c);
for (u16 input_reg = 0; input_reg < 10; input_reg++)
for (u16 input_wr0 = 0; input_wr0 < 10; input_wr0++)
@ -74,7 +74,7 @@ void AudioJitTests()
nx_ir();
nx_dr();
//nx_nr();
nx_nr();
}
//required to be able to link against DSPCore