Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: TheManuel on August 04, 2008, 12:47:50 pm

Title: closemul automation: capturing window title
Post by: TheManuel on August 04, 2008, 12:47:50 pm
Here I go again with closemul.

I'm trying to wrap colemul around MAME in order to automate the left and right arrow key presses needed to get past the dislcaimer screen the first time you run a game in MAME.
The problem is that the automation (which massive88 kindly helped me figure out on a recent post) requires the window title to be passed to closemul. 

This is extremely inconvenient for MAME becuase the window title on a MAME screen includes the title of the game being played.  Note that this is not the filename but the full title of the game which in MAME are different in contrast to most other emulators.

Does anyone know of a more generic way to reference the window title of a MAME window?

Thank you.
Title: Re: closemul automation: capturing window title
Post by: massive88 on August 04, 2008, 01:14:03 pm
Compile your own mame using the Highscore Diffs and Headkaze's utility, and dont worry about the nag screens ever again!

To answer the actual question though, if you were using Mamewah you could probably do it by passing closemul the window parameter from the command line using the rom tag, not sure about how to go about it in Mala. Never messed with that though.
Title: Re: closemul automation: capturing window title
Post by: TheManuel on August 04, 2008, 01:47:47 pm
Well I want to do it from a screensaver where I don't have the game title as as output.

About compiling my own, I am using MAMEplus 0.104 which has a few speed advantages I could not get from the official builds.  In my slow machine setup, speed is a critical factor.