Kodewerx
https://www.kodewerx.org/forum/

[N64] Dezaemon 3D [J] [GS]
https://www.kodewerx.org/forum/viewtopic.php?f=21&t=7538
Page 1 of 1

Author:  Jimmy130 [ Sun May 01, 2011 3:11 am ]
Post subject:  [N64] Dezaemon 3D [J] [GS]

I am looking in Dezaemon 3D on N64, but I can't load Code Generator because there is no Master code.
I want use it with 64DD under N64.

If someone is still interested by N64, what is the Master Code?

Author:  Parasyte [ Mon May 02, 2011 10:54 pm ]
Post subject:  Re: [N64] Dezaemon 3D [J] [GS]

Useful links:
http://doc.kodewerx.org/hacking_n64.htm ... s_enablers
http://doc.kodewerx.org/hacking_n64.html#gs_code_types

Very short descriptions of the different types of master codes required for N64 games:

  • First up, if the game requires a "key code", then you may need a master code to instruct GS where the game's entry point is. This is the DE code type.
  • Second, you can disable the use of the expansion pak to avoid memory conflicts with the GS Pro. This is the EE code type.
  • You can also attempt to use the CC code type to change which exception handler is used for entering the code engine. This may or may not work at all.
  • The next one requires getting your hands dirty with a little assembly. Some games will interfere with the GS code engine by disabling the watchpoint that GS uses to get the code engine to execute. Search for an mtc0 instruction that writes to the WATCH_LO/WATCH_HI cop0 registers. NOP'ing those should do the trick.
  • The final method is another assembly hack; some games modify the exception handler used by the MIPS watchpoint facility (the one that GS hooks). The fix for this is searching for instructions that write to memory addresses in the 80000130 range. Fix it by modifying the instructions to write to the 80000120 range instead.
  • And last, you can move the code list with the FF code type, which can prevent memory conflicts with some games.

Author:  Jimmy130 [ Tue May 03, 2011 5:15 am ]
Post subject:  Re: [N64] Dezaemon 3D [J] [GS]

I don't think it needs a keycode, because it has 6102 chip + it boots without code. It doesn't boot with code Generator ON.
I can't disable Expansion Pak because 64DD requires it.
Few months ago I found F1672A98 2400, doesn't work.

My idea for combo games are to change id disks game want. Zelda OOT displays Disk on title screen.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/