Cheats: Implement 0x1F/scratchpad write
This commit is contained in:
@ -412,6 +412,13 @@ void CheatCode::Apply() const
|
||||
}
|
||||
break;
|
||||
|
||||
case InstructionCode::ScratchpadWrite16:
|
||||
{
|
||||
CPU::SafeWriteMemoryHalfWord(CPU::DCACHE_LOCATION | (inst.address & CPU::DCACHE_OFFSET_MASK), inst.value16);
|
||||
index++;
|
||||
}
|
||||
break;
|
||||
|
||||
case InstructionCode::Increment16:
|
||||
{
|
||||
u16 value = 0;
|
||||
|
||||
Reference in New Issue
Block a user