Confuseme / MuscleTrainer

MuscleTrainer by Confuseme for Dream Emulator
4 stars 0 forks source link

Incorrect memory start address for ePSXe v.2.0.5 #11

Closed Confuseme closed 4 years ago

Confuseme commented 4 years ago

MuscleTrainer seemed to point to the wrong address. Maybe this happened because I ran ePSXe in a different environment. The ePSXe does not use a pointer lookup, so

This one did not work for me: ePSXeMemstart = 0x14D2020

Working in my case: ePSXeMemstart = 0x1CE2020

Confuseme commented 4 years ago

Hopefully solved by using one of the pointers to the memory start address.