Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: LCD help - I'm lost, confused and I want to go home!! (I've also got a log)  (Read 1860 times)

0 Members and 1 Guest are viewing this topic.

iVoid

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:April 01, 2018, 04:58:19 pm
  • I want to build my own arcade controls!
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
« Last Edit: February 25, 2018, 08:00:49 am by iVoid »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
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.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

iVoid

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:April 01, 2018, 04:58:19 pm
  • I want to build my own arcade controls!
Thank you very much! It worked.