defining default merger on/off state mb64

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

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.. :wink:

Best Regards, Thorsten.

thanks, it works, it is now clear how other defaults may be set also! :slight_smile: