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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...