Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Button Activated Cheats
07-10-2014, 08:13 AM (This post was last modified: 07-10-2014 08:14 AM by Inotamira Orani.)
Post: #1
Button Activated Cheats
I am trying to use a Code for a game that is supposed to be activated by pressing L&R. As far as I can remember this code worked perfectly fine and as intended on the PSP regardless of model number. I'm guessing the addresses that are supposed to handle buttons aren't the same in PPSSPP so could anyone tell me what the addresses need to be adjusted to?

_C0 Clear Stage (Press L+R)
_L 0xD0000001 0x10000300 <-Button?
_L 0x803A2FF5 0x00150388 <-Game Address altered?
_L 0x00000002 0x00000000 <-Button?
Find all posts by this user
Quote this message in a reply
07-10-2014, 08:17 AM (This post was last modified: 07-10-2014 08:21 AM by NatsuD19.)
Post: #2
RE: Button Activated Cheats
(07-10-2014 08:13 AM)Inotamira Orani Wrote:  I am trying to use a Code for a game that is supposed to be activated by pressing L&R. As far as I can remember this code worked perfectly fine and as intended on the PSP regardless of model number. I'm guessing the addresses that are supposed to handle buttons aren't the same in PPSSPP so could anyone tell me what the addresses need to be adjusted to?

_C0 Clear Stage (Press L+R)
_L 0xD0000001 0x10000300 <-Button?
_L 0x803A2FF5 0x00150388 <-Game Address altered?
_L 0x00000002 0x00000000 <-Button?

Try disable JIT... But it will make a slow emulation... Or this...

_C1 Clear Stage
_L 0x803A2FF5 0x00150388
_L 0x00000002 0x00000000

OS: Windows 8 Enterprise 64-bit
CPU: Intel Core i3-3217U 1.8GHz
RAM: 4GB
GPU: NVIDIA GeForce GT 740M 2GB
Find all posts by this user
Quote this message in a reply
07-10-2014, 08:20 AM
Post: #3
RE: Button Activated Cheats
(07-10-2014 08:17 AM)NatsuD19 Wrote:  
(07-10-2014 08:13 AM)Inotamira Orani Wrote:  I am trying to use a Code for a game that is supposed to be activated by pressing L&R. As far as I can remember this code worked perfectly fine and as intended on the PSP regardless of model number. I'm guessing the addresses that are supposed to handle buttons aren't the same in PPSSPP so could anyone tell me what the addresses need to be adjusted to?

_C0 Clear Stage (Press L+R)
_L 0xD0000001 0x10000300 <-Button?
_L 0x803A2FF5 0x00150388 <-Game Address altered?
_L 0x00000002 0x00000000 <-Button?

Try disable JIT... But it will make a slow emulation...

Tried that, no change at all, still automatically activates
Find all posts by this user
Quote this message in a reply
07-10-2014, 08:25 AM (This post was last modified: 07-10-2014 08:31 AM by NatsuD19.)
Post: #4
RE: Button Activated Cheats
I edited the post... Is it work???
Actually, PPSSPP doesn't support codes with 0xDxxxxxxx line... Except with disabling JIT, but I'm not sure...
Sorry if it doesn't help... Sad

OS: Windows 8 Enterprise 64-bit
CPU: Intel Core i3-3217U 1.8GHz
RAM: 4GB
GPU: NVIDIA GeForce GT 740M 2GB
Find all posts by this user
Quote this message in a reply
07-10-2014, 08:30 AM (This post was last modified: 07-10-2014 08:38 AM by Inotamira Orani.)
Post: #5
RE: Button Activated Cheats
(07-10-2014 08:25 AM)NatsuD19 Wrote:  I edited the post... Is it work???

No on both

(07-10-2014 08:25 AM)NatsuD19 Wrote:  I edited the post... Is it work???
Actually, PPSSPP doesn't support codes with 0xDxxxxxxx line... Except with disabling JIT, but I'm not sure...
Sorry if it doesn't help... Sad

so it isn't possible at all to setup codes with button triggers?
Find all posts by this user
Quote this message in a reply
07-10-2014, 08:38 AM (This post was last modified: 07-10-2014 08:39 AM by NatsuD19.)
Post: #6
RE: Button Activated Cheats
(07-10-2014 08:30 AM)Inotamira Orani Wrote:  No on both

Sorry, I can't help... Especially, a code with 0xDxxxxxxx in it...
For now, you can't, maybe...

OS: Windows 8 Enterprise 64-bit
CPU: Intel Core i3-3217U 1.8GHz
RAM: 4GB
GPU: NVIDIA GeForce GT 740M 2GB
Find all posts by this user
Quote this message in a reply
07-10-2014, 10:09 PM
Post: #7
RE: Button Activated Cheats
Joker command codes aren't implemented at current time.
Find all posts by this user
Quote this message in a reply
07-10-2014, 10:19 PM (This post was last modified: 07-10-2014 10:19 PM by TheDax.)
Post: #8
RE: Button Activated Cheats
Actually, they are. Can't vouch for if they work or not, though.

https://github.com/hrydgard/ppsspp/pull/6430

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
07-11-2014, 10:13 PM
Post: #9
RE: Button Activated Cheats
Oh Wow, thats interesting. Never knew anyone contributed.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: