Editing PS2 Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1,750: | Line 1,750: | ||
Replace 64 bits of VU0 at offset 0xB38</pre> | Replace 64 bits of VU0 at offset 0xB38</pre> | ||
|- | |- | ||
| iopInsnReplace || iopInsnReplace(IOP memory offset, Original opcode, opcode | | iopInsnReplace || iopInsnReplace(IOP memory offset, Original opcode (BE), Replace opcode (BE)) || Replace 4 bytes opcode in iop memory, correct memory range is 0x0 to 0x1FFFFF | ||
|- | |- | ||
| eeNativeFunction || eeNativeFunction(<ee offset>, <original opcode>, <function>) || eeNativeFunction(0x11fa9c, 0x0080402d, 'memcpy') | | eeNativeFunction || eeNativeFunction(<ee offset>, <original opcode>, <function>) || eeNativeFunction(0x11fa9c, 0x0080402d, 'memcpy') |