Jump to content

Recommended Posts

Posted

hi,

I'm not sure where to what line to alter to get the default merger state to OFF. I'm getting feedback every time I download reassmbled code. (I have to manually change this in the menu every time..)

thanks

Posted

Hi,

in mb64_presets.inc you could change following lines:

MB64_Presets_CFG0
        db      0x00, 0x00
to:
MB64_Presets_CFG0
        db      (1 << MB64_CFG0_MERGEROFF), 0x00

hope it works.. ;-)

Best Regards, Thorsten.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...