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
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.
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! :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now