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: Setting/Build Options  (Read 1818 times)

0 Members and 1 Guest are viewing this topic.

lamprey

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 636
  • Last login:January 17, 2019, 07:03:11 pm
Setting/Build Options
« on: October 24, 2014, 01:12:30 pm »
I'm fully admit I don't know much about groovyMame. But, in an attempt to reducing screen tearing I thought I'd give it a try. But, I had a couple of questions. I probably missed the answers while reading through the stickies, so please be gentle...

1. I'm not using a CRT, just a flat panel. Is the correct video option LCD?
2. As a follow-on to #1, I'm using a cheapo 4k TV and the max refresh rate it'll do at 4k resolution is 30hz. Is there another setting or set of settings that I should set to help with that scenario?
3. I also tried to compile 0155 GoovyMame and I can get it to compile just doing a base-line Mame build, but if I try to do a SDL build it fails. Is groovymame compatible with SDL? Just curious to compare the GLSL to HLSL if possible.

Any other setting/config tips are welcome too!

Cheers!

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 01, 2025, 01:29:14 pm
  • Quote me with care
Re: Setting/Build Options
« Reply #1 on: October 26, 2014, 04:18:16 pm »
Hi lamprey,

Yes, the correct monitor option is lcd. Running at 30 Hz will suck big time. Your best option is to use -triplebuffer & -multithreading. You'd better lower the resolution and reach 60 Hz. No fancy filter can compensate for the horror of running at 30 Hz. We build SDL based versions of GroovyMAME regularly, but we do it for Linux only. I don't know how the situation is for Windows though. There is indeed an typo in current 0.155 patch on the SDL side, don't know if that could be the issue.
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

lamprey

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 636
  • Last login:January 17, 2019, 07:03:11 pm
Re: Setting/Build Options
« Reply #2 on: October 27, 2014, 04:53:24 pm »
Thanks for the response. I'll give that a shot!