If memory serves, this should do it.
Add Golden Hammer to Inventory
2ACCC91A 3C11000C
2AC8C91A 96240700
2AB4C91A 10800007
2AB0C91A 96250702
2ABCC91A 10A00005
2AA4C91A 0C0B0B64
2AA0C91A AE200700
2AACC91A 1000FFF8
2AA8C91A 26310004
2A94C91A 3C01002D
2A90C91A 3402102D
2A9CC91A AC225794
2A98C91A 080B55E7
2A84C91A 0000102D
2AA8C914 00000000
DAB5DDDD B29DE857
2A272FA4 08030138
2ACCC914 00010171 <- add 1 Golden Hammer(ID:0171)
I don't see anything in the documentation for that emulator that suggests it supports cheat codes in a direct way. Looking around, it sounds like it can use PNACH files like PCSX2 does, though. In that case, you're going to be stuck doing something like this:
Code: Select all
gametitle=Suikoden IV (NTSC-U)
comment=Here is hoping
patch=1,EE,200C0500,extended,3C11000C
patch=1,EE,200C0504,extended,96240700
patch=1,EE,200C0508,extended,10800007
patch=1,EE,200C050C,extended,96250702
patch=1,EE,200C0510,extended,10A00005
patch=1,EE,200C0518,extended,0C0B0B64
patch=1,EE,200C051C,extended,AE200700
patch=1,EE,200C0520,extended,1000FFF8
patch=1,EE,200C0524,extended,26310004
patch=1,EE,200C0528,extended,3C01002D
patch=1,EE,200C052C,extended,3402102D
patch=1,EE,200C0530,extended,AC225794
patch=1,EE,200C0534,extended,080B55E7
patch=1,EE,200C0538,extended,0000102D
patch=1,EE,200C0724,extended,00000000
patch=1,EE,D02D5794,extended,0000D93C
patch=1,EE,202D5794,extended,08030138
//Slot 1
patch=1,EE,200C0700,extended,00010171
It sounds like you can choose what files to load. Maybe? PCSX2 at least used to require a checksum/hash of the executable or something like that as the file name, and it wouldn't load cheats without it. I hope that's not how this emulator works, because it's not user friendly at all, and I don't remember enough of the details to help without taking a refresher course.