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: limit horizontal range to 16.1 khz?  (Read 1792 times)

0 Members and 1 Guest are viewing this topic.

pakoman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 165
  • Last login:November 05, 2024, 08:36:26 am
  • I want to build my own arcade controls!
limit horizontal range to 16.1 khz?
« on: August 19, 2013, 01:16:06 pm »
Hi.

I'm using GroovyUME with scart PAL tvs, and I'd like to limit the horizontal range to 16.1 khz becouse modelines over that are problematic with my setup. I'd like to emulate a wide range of systems from PAL amiga and Amstrad GX4000 to other using some high res interlaced resolutions as faithfully as the original in a resolution basis.

For instance Turbo grafx 16 goes out of sync as it tryes a 16.6 khz resolution.

I don't know if I need to modify any other value. Is there any generic CRT monitor settings for a setup like this, a plain scart tv bought in Spain? Or a simple way to limit horizontal frequency to 16.1?

Thanks.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Re: limit horizontal range to 16.1 khz?
« Reply #1 on: August 20, 2013, 11:02:32 am »
Hi pakoman,

You just need to create a custom crt_range, limiting the horizontal frequency range to whatever you want:

monitor custom
crt_range0 15625-16100, 49.50-65.00, 2.000, 4.700, 8.000, 0.064, 0.160, 1.056, 0, 0, 192, 288, 448, 576

Here I've set the highest value to 16.1 kHz.
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

pakoman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 165
  • Last login:November 05, 2024, 08:36:26 am
  • I want to build my own arcade controls!
Re: limit horizontal range to 16.1 khz?
« Reply #2 on: August 20, 2013, 04:38:48 pm »
Thanks, I didn't think it was so easy :)