DSP: Add the interpreter to the DSP namespace

This commit is contained in:
Lioncash
2016-12-28 19:09:53 -05:00
parent c79cc3f470
commit 2aefa29941
16 changed files with 322 additions and 281 deletions

View File

@ -194,7 +194,7 @@ bool DSPDisassembler::DisassembleOpcode(const u16* binbuf, int base_addr, int pa
break;
}
}
const DSPOPCTemplate fake_op = {"CW", 0x0000, 0x0000, DSPInterpreter::nop,
const DSPOPCTemplate fake_op = {"CW", 0x0000, 0x0000, DSP::Interpreter::nop,
nullptr, 1, 1, {{P_VAL, 2, 0, 0, 0xffff}},
false, false, false, false,
false};