The NEW Build Your Own Arcade Controls

Software Support => GroovyMAME => Topic started by: iVoid on February 25, 2018, 07:53:28 am

Title: LCD help - I'm lost, confused and I want to go home!! (I've also got a log)
Post by: iVoid on February 25, 2018, 07:53:28 am
So I'm familiar with mame but it's my first time using groovymame. I'm using an LCD and I want to reduce input lag as far as possible, but I can't for the life of me figure out how to make it do integer scaling. I've set "unevenstretch" to 0 but it seems to have no effect...

I edited the mame.ini to set "monitor" to "lcd", I've set "video" to "d3d", I don't know what's going on can anyone help me out?

Here's the log:
https://pastebin.com/FvSMhJcC
Title: Re: LCD help - I'm lost, confused and I want to go home!! (I've also got a log)
Post by: Calamity on February 25, 2018, 12:42:32 pm
Try the settings from command line, e.g.

groovymame bublbobl -nofilter -nounevenstretch -nounevenstretchx

That should work. If it does, put those settings inside an .ini file other than mame.ini, e.g. raster.ini, horizont.ini, vertical.ini, etc.

Some settings in mame.ini can be bypassed by Switchres to allow automatic configuration. When they're set somewhere else, they get higher priority and GM can't touch them.
Title: Re: LCD help - I'm lost, confused and I want to go home!! (I've also got a log)
Post by: iVoid on February 25, 2018, 07:07:39 pm
Thank you very much! It worked.