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: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?  (Read 3182 times)

0 Members and 1 Guest are viewing this topic.

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« on: December 04, 2013, 05:10:45 pm »
Hey Guys

I think this is actually a problem for me with all Cave vertical shooters....the game wants 240 x 320 @ 60hz but GM gives it  664 x 496i.  This is using my Sony PVM-20L5 monitor and the arcade_15 preset.

Attached is the log. 

Any ideas on why the interlaced resolution?  The flicker drives me nuts!

Thanks,
Jim
« Last Edit: December 05, 2013, 04:33:42 pm by jdubs »

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
Re: Funky resolution with Espgaluda II
« Reply #1 on: December 04, 2013, 09:52:56 pm »
Ok, so I'm thinking that the native Cave vertical shooter resolution is 240x320 but when you let GM rotate it, 480i is the "closest" 15khz vertical resolution...right?

My monitor does 15khz and 31khz - is it possible to have GM select a 31khz resolution for games like the Cave stuff?  Something like 320 or 640 vertical lines?

-Jim

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
Re: 31khz + 15khz resolutions SAME monitor?
« Reply #2 on: December 05, 2013, 02:38:48 pm »
I updated the title as I have a more relevant question now.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #3 on: December 05, 2013, 04:47:06 pm »
You need to enable a separate range for 31 kHz. So if you go here: http://forum.arcadecontrols.com/index.php/topic,116023.0.html

You can see these two monitor definitions:

Code: [Select]
  // Arcade 15.7 kHz - standard resolution
   arcade_15
   
      crt_range0  15625-16200, 49.50-65.00, 2.000, 4.700, 8.000, 0.064, 0.192, 1.024, 0, 0, 192, 288, 448, 576

Code: [Select]
// Arcade 31.5 kHz - medium resolution
   arcade_31
   
      crt_range0  31400-31500, 49.50-65.00, 0.940, 3.770, 1.890, 0.349, 0.064, 1.017, 0, 0, 400, 512, 0, 0

You only need to stick them together:

Code: [Select]
      monitor custom
      crt_range0  31400-31500, 49.50-65.00, 0.940, 3.770, 1.890, 0.349, 0.064, 1.017, 0, 0, 400, 512, 0, 0     
      crt_range1  15625-16200, 49.50-65.00, 2.000, 4.700, 8.000, 0.064, 0.192, 1.024, 0, 0, 192, 288, 448, 576

Make sure to use "monitor custom", or the ranges won't be considered
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

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #4 on: December 05, 2013, 09:33:20 pm »
Thanks Calamity.  I think that the 15khz drivers are causing the 31khz resolutions to not be available anymore.

I've attached a couple of relevant files.

Thanks again for the help - much appreciated.

-Jim

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #5 on: December 06, 2013, 04:52:59 am »
Make sure to use "monitor custom", or the ranges won't be considered

(in ume.ini)
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

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #6 on: December 06, 2013, 11:34:14 am »
Make sure to use "monitor custom", or the ranges won't be considered

(in ume.ini)

Yes, no, for sure had it as custom.  I accidentally attached the ume.ini with arcade_15.

Not sure what to do....I assume its because the 31khz resolutions are no longer available?

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #7 on: December 06, 2013, 12:30:54 pm »
Not sure what to do....I assume its because the 31khz resolutions are no longer available?

These drivers are not specific for 15 kHz, no frequency is blocked or anything.

I assumed you weren't going to touch VMMaker. It was not necessary, that's why I didn't mention it. By looking at your first log, you had already suitable resolutions to be used. For instance, 664x496 could have been converted to 31 kHz simply by using the ranges I posted, just in ume.ini.

But you went forward and modified vmmaker.ini with the presets from GM, which uses a different non-compatible format, and you probably screwed the modelines you had installed previously, as your Modeline.txt file shows.

So, either go back to your previous config in vmmaker.ini, or port the ranges properly to the vmmaker format as explained here: http://forum.arcadecontrols.com/index.php/topic,116023.0.html
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

jdubs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:January 03, 2018, 09:06:27 am
Re: 31khz + 15khz resolutions SAME monitor? Arcade_15_31?
« Reply #8 on: December 10, 2013, 09:07:27 pm »
Bingo!  Got it working....Thanks again, Calamity!

-Jim