Jump to content
LaunchBox Community Forums

fishy1988

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by fishy1988

  1. Yes correct I'm using standalone MAME. Thanks Joe I will try this tonight.
  2. Hello. I have an additional app .exe that is run at the startup of my MAME lightgun games (a script which I will soon do for all of my 4:3 lightgun games). It's purpose is to send a serial command to my Gun4IR lightguns to tell them to use a setting called "content aspect ratio" - whereby the default setting is for fullscreen (you need to differentiate with Gun4ir for it to work properly). Long story short I am using a compiled script from a youtuber Brad D which accomplishes this perfectly (below - where M3.1 is the serial command which switches the gun to content aspect ratio, and M3.0 switches it back to fullscreen). Run, %COMSPEC% /C echo M3.1 > COM3 Run, %COMSPEC% /C echo M3.1 > COM4 Escape:: Run,%COMSPEC% /C echo M3.0 > COM3 Run,%COMSPEC% /C echo M3.0 > COM4 ExitApp return The problem is once I hit ESC to exit my game, it will kick me back to Launchbox and MAME remains open but minimised. Can someone please point me in the right direction so MAME closes as well with this arrangement- I am obviously hopeless with this stuff. Thanks very much in advance. Fishy
×
×
  • Create New...