Hey Folks-
Just got my Gun4IR today and I've been setting it up. For the most part, everything has been going well. Until I tried to utilize an AHK script (I use Launchbox/BigBox) to dynamically change the resolution when you launch MAME to 3:4, then back to widescreen when you quit. The script actually works fine, but everytime MAME launches - the window completely loses focus and I have to manually alt-tab to get to it.
Here's the script I've been using to launch when the mame rom launches in Mame:
Run, %COMSPEC% /C echo M3.1 > COM4
Run, %COMSPEC% /C echo M3.1 > COM5
~ESC::
Run, %COMSPEC% /C echo M3.0 > COM4
Run, %COMSPEC% /C echo M3.0 > COM5
ExitApp
return
Is there perhaps something wrong in my script? Or, is there something I may be missing? Note: in mame - I have my mame.ini file set to fullscreen.