Duggle Posted October 13, 2003 Report Posted October 13, 2003 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 Quote
TK. Posted October 14, 2003 Report Posted October 14, 2003 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. Quote
Duggle Posted October 14, 2003 Author Report Posted October 14, 2003 thanks, it works, it is now clear how other defaults may be set also! :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.