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 to make a vmmaker monitor_specs line after arcade_osd adjustments?  (Read 1487 times)

0 Members and 1 Guest are viewing this topic.

crispux3

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 50
  • Last login:April 24, 2023, 04:42:12 pm
  • I want to build my own bartop arcade!
Hi All,

I've read, searched, and researched, and I just haven't been able to quite find the answer I'm looking for/needing. My question is: How do I make a monitor_specs line for vmmaker after I do adjustments in Arcade_OSD?

I'm using a Billabs 24.8" tri-sync monitor, on vmmaker 1.4b. I'm running Windows XP x64 edition, radeon HD4350, and the latest CRT emudriver compatible with that card and OS. I understand the process of generating resolutions and modelines, and I enter into arcade_osd to make manual adjustments to the 120 modelines that are generated - usually simple things like adjusting the horizontal centering and porches. But once I make all those manual adjustments and getting the arcade_osd graph to display how I'd like it to, how do I take those adjustments and turn them into a monitor_specs line to run in vmmaker again? (like if I wanted to do a clean install or something). I guess I don't understand how to translate what arcade_osd is telling and showing me into making a monitor_specs line.

Any help and advice is always appreciated. Thanks friends.

machyavel

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:December 25, 2016, 10:23:52 am
Re: How to make a vmmaker monitor_specs line after arcade_osd adjustments?
« Reply #1 on: September 28, 2016, 05:26:22 pm »
You mainly need to convert pixels and lines into timings, for example:
modeline "384x256_55 15.85kHz 55.02Hz" 8.7469 384 416 448 552 256 258 261 288 -hsync -vsync

Dclock(8.7469)
Hfp(416-384=32) Hpl(448-416=32) Hbp(552-448=104)
Vfp(258-256=2) Vpl(261-258=3) Vbp(288-261=27)

divide Hfp by Dclock -> 32/8.7469=3.658
divide Hpl by Dclock -> 32/8.7469=3.658
divide Hbp by Dclock -> 104/8.7469=11.890

divide Vfp by Hfreq -> 2/15.85=0.126
divide Vpl by Hfreq -> 3/15.85=0.189
divide Vbp by Hfreq -> 27/15.85=1.704

So you get something like:
crt_range0 15840-15850,54.92-55.12,3.658,3.658,11.89,0.126,0.189,1.704,0,0,256,256,0,0
« Last Edit: September 28, 2016, 05:29:40 pm by machyavel »