Clean up HdmaobjInstr

This commit is contained in:
Snesrev
2023-03-20 21:05:58 +01:00
parent 3a4afe38db
commit 7c5c77bdf3
5 changed files with 128 additions and 151 deletions

View File

@@ -634,8 +634,7 @@ void CallPlmInstrFunc(uint32 ea) {
}
const uint8 *PlmInstr_CallFunction(const uint8 *plmp, uint16 k) { // 0x84870B
copy24((LongPtr *)&R18_, (LongPtr *)plmp);
CallPlmInstrFunc(Load24(&R18_));
CallPlmInstrFunc(Load24((LongPtr *)plmp));
return plmp + 3;
}