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: How EXACTLY CRT-Emudriver works with GroovyMAME 0.178 ?  (Read 2381 times)

0 Members and 1 Guest are viewing this topic.

K-rnivoro

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 34
  • Last login:May 03, 2020, 11:51:55 am
  • I want to build my own arcade controls!
How EXACTLY CRT-Emudriver works with GroovyMAME 0.178 ?
« on: October 22, 2016, 05:15:25 pm »
I've followed Calamity's guide for setting a HD5450 board (http://geedorah.com/eiusdemmodi/forum/viewtopic.php?id=301) and it says "Export settings to GroovyMAME" which I did.
Where GM stores that info? Not in MAME.INI because hasn't changed a single bit, for example it still says "monitor generic_15" despite of using the arcade_15 profile in vmmaker.
I mean, how to be sure GM is using the right/best parameters?

Also, since d3d9ex has been removed in 0.178, do I have to use -bgfx option even with a CRT? (It says "LCD owners" here: http://forum.arcadecontrols.com/index.php/topic,151459.0.html)
« Last Edit: October 22, 2016, 06:40:16 pm by K-rnivoro »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7461
  • Last login:May 23, 2025, 06:07:25 am
  • Quote me with care
Re: How EXACTLY CRT-Emudriver works with GroovyMAME 0.178 ?
« Reply #1 on: October 23, 2016, 07:18:11 am »
The "export settings" feature works by editing mame.ini. It must work unless something odd is going on. You need to edit the configuration in VMMaker to point to the GrovyMAME's executable so it can find the mame.ini's path in order to modify it.

D3D9ex is not supported since Switchres 0.016. (I couldn't keep the previous patch working due to the modification of the d3d interface in baseline MAME. Basically I'd either need to duplicate the whole d3d interface to add d3d9ex support, or completely replace d3d by d3d9ex dropping support for Windows XP).

For CRT use, just stick with -video d3d, in combination with -frame_delay for optimal results.
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

K-rnivoro

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 34
  • Last login:May 03, 2020, 11:51:55 am
  • I want to build my own arcade controls!
Re: How EXACTLY CRT-Emudriver works with GroovyMAME 0.178 ?
« Reply #2 on: October 23, 2016, 08:23:20 pm »
Thanks Calamity. I think I was messing things up.

If I'm right, VMMaker set monitor to "custom" and crt_range0 to the same setting than vmmaker (arcade_15 in my case).

Regarding d3d, I wil use that then.

One thing I've discovered in my dual monitor rig (CRT@ATI Card + LCD@Intel iGPU): In order to GroovyMAME to work properly, you should set the ATI Card as booting card in BIOS, so you should set boot to "PCI-E" (not iGPU or Auto).

CRT_Emudriver works either way, but GroovyMAME gives me a SwitchRes error if iGPU is the booting device. I think is because GM (or SwitchRes for that matter) works only with /.//Display1


Calamity, in case you are interested, my mail is krnivoro@gmail.com, and I'm argentinean so I speak spanish (much better than english!!  :P )



Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7461
  • Last login:May 23, 2025, 06:07:25 am
  • Quote me with care
Re: How EXACTLY CRT-Emudriver works with GroovyMAME 0.178 ?
« Reply #3 on: October 25, 2016, 03:21:32 am »
I think is because GM (or SwitchRes for that matter) works only with /.//Display1

It works on any display number, just use the -screen option, e.g.: -screen \\.\DISPLAY2
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