GNOME Bugzilla – Bug 748667
Adapt to new sound options in MAME >= 0.154
Last modified: 2015-05-08 09:51:39 UTC
Created attachment 302607 [details] [review] Fix common line arguments of spawned mame process With mame >= 0.154, the command line options for sound in mame are new. ( I am talking about sdlmame, I don't think anyone is using xmame anymore these days) The attached patch fixes the command line options. Without it gva is unable to start a specified game properly, as we pass him the rom name as if it were a sound option.
Thanks for the patch. The change is correct for the current MAME release, but I'd like to preserve compatibility with older versions that used -[no]sound. That required a bit more work to check the MAME version. Fixed in two commits. I credited you on the 2nd. https://git.gnome.org/browse/gnome-video-arcade/commit/?id=c171f24129eabcc982a877bcb4e1171b8a309a3b https://git.gnome.org/browse/gnome-video-arcade/commit/?id=c4efcb9f26dd1ca41fd67cc1879a4c04cb0eb1e7
Thanks for the quick follow up !