PPU: HACK instruction removed

Breakpoints fixed
This commit is contained in:
Nekotekina 2017-03-22 23:23:47 +03:00
parent ddd6ebc58d
commit 3bfe17a14f
20 changed files with 155 additions and 379 deletions

View file

@ -1936,12 +1936,6 @@ bool ppu_interpreter::BC(ppu_thread& ppu, ppu_opcode_t op)
}
}
bool ppu_interpreter::HACK(ppu_thread& ppu, ppu_opcode_t op)
{
ppu_execute_function(ppu, op.opcode & 0x3ffffff);
return true;
}
bool ppu_interpreter::SC(ppu_thread& ppu, ppu_opcode_t op)
{
if (op.opcode != ppu_instructions::SC(0))