Hi Loadman, thanks for the response.
Yeah, I was planning to to it that way i( I already went ahead and coded it) if there wasn't something simpler I was missing. It just seemed counter intutive to tell me that the orientation had changed AFTER MAME has already gone and changed it..
I hear you are writing a plugin for DaOldMan to move Mala to the "right" orientation on startup?...
What are you using to code? I am a newbie to Visual C++, so most of what I have coded so far is brute force crap (for instance, I can't seem to reference the * int orientation as an integer variable directly without causing Mala to crash - so I had to copy it into a string and pull it out with atoi()...if I have to look at another class defintion I will just shoot myself ) , but if I can get the right sytax for the call to mala for setting orientation, I could integrate that functionality into my plug in..
or not..