gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS homebrew announcements > I made cheat code search engine [emuhaste]

#142155 - Imaha486 - Fri Oct 05, 2007 12:16 pm

Program name is "emuhaste".
This software is like to hasteDS.
But this software can cheat all emulators. :)
(DSEmus , PCSX2 , Chankast , ePSXe ...)

....Perhaps.

http://blog.goo.ne.jp/imaha486/e/c878bf96e63de86ee9fa6f4469bfd2ed
Sorry. This software doesn't support multi languages...

#142255 - Imaha486 - Sat Oct 06, 2007 11:30 pm

http://blog.goo.ne.jp/imaha486/e/290fe0e09ea01de5a195f8c52f6dcc54

emuhaste Ver1.00 release.

and..

;Config by Imaha486
[EMUHASTE]
PROCESS_NAME=snes9x.exe
BASEADDR_KEY=01400800
BASEADDR_FIX=8
BASEADDR_TRY=1
VIRTUAL_ADDR=7E0000
MEMORY_SIZE=20000
COMMENT=Use Snes9x v1.43

--

Search tutorial.
http://i486.client.jp/ds_search/

#143376 - gardevor - Sat Oct 20, 2007 3:34 pm

Great Search Tool!!!

btw, are there anymore NEW Dipstar version coming out that has full ARDS Code support or Pointer Command Support? Thanks!

#143609 - Imaha486 - Wed Oct 24, 2007 3:47 pm

Sorry I stopped the development of Dipstar.
(My role ended).

And emuhaste Ver1.17 uploaded.
http://blog.goo.ne.jp/imaha486/e/4a0e5e352ebf0b694892c795f72368a2
Support NDS/PS2/GENESYS/SNES/NES/TG16/DC/SS cheat.

#171672 - Imaha486 - Fri Dec 11, 2009 3:08 pm

Long time no see. ;)

Emuhaste improved in the version after a long time.
http://hp.vector.co.jp/authors/VA018359/tool/emuhaste_v201.zip

DLL(cheat engine) rewrites the process memory.
& The source code of DLL is included in this.

emuhaste.exe .. program
engine<folder>
- default.dll (default cheat engine)
- ps2par.dll (PS2 action replay engine)

I want also to make the "DS action replay engine" if there is free time.

#171939 - Imaha486 - Sun Jan 03, 2010 1:57 pm

ActionReplayDS engine was released.

emuhaste v2.02
http://hp.vector.co.jp/authors/VA018359/download.html

ards.dll v0.02 (hitobashira ver)
http://hp.vector.co.jp/authors/VA018359/beta/ards.htm
Please copy "ards.dll" onto the emuhaste"engine" folder.

- Support code -

8bit write
2xxxxxxx 000000yy

16bit wirte
1xxxxxxx 0000yyyy

32bit write
0xxxxxxx yyyyyyyy

copy (8bit)
DB000000 0xxxxxxx
D8000000 0yyyyyyy
D2000000 00000000

copy (16bit)
DA000000 0xxxxxxx
D7000000 0yyyyyyy
D2000000 00000000

copy (32bit)
D9000000 0xxxxxxx
D6000000 0yyyyyyy
D2000000 00000000

serial code?
D5000000 yyyyyyyy write param(8 ~ 32bit)
C0000000 tttttttt write count-1
D8000000 0xxxxxxx 8bit write
D7000000 0xxxxxxx 16bit write
D6000000 0xxxxxxx 32bit write
DC000000 uuuuuuuu write step-1
D4000000 vvvvvvvv increment param
D2000000 00000000 End of code

Base address change
Bzzzzzzz 00000000
D2000000 00000000