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: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?  (Read 3296 times)

0 Members and 1 Guest are viewing this topic.

edslp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:March 17, 2021, 07:30:39 am
  • I want to build my own arcade controls!
example 1 - Burger Time:
Original resolution is 240x240.. I can run at 720x720 and set aspect to 1:1.. or run at 960x720 and leave aspect at 4:3.

example 2 - 1942:
Original res is 224x256.. so its 672x768 (aspect 1:1) vs 896x768 (aspect 4:3)

Both options scale perfectly without filtering, though they differ in pixel width.. and I can't decide which looks right.. as one seems too wide (maybe) while other too thin  :lol
Which one is correct?

buttersoft

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1758
  • Last login:April 21, 2024, 08:06:32 am
  • Is running at 15kHz
Re: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #1 on: August 21, 2017, 07:56:41 pm »
I think you've stumbled on a case where it doesn't really matter.I'd probably pick the larger horizontal res as it might be slightly clearer. Like with super resolutions but not as much :)

Why are you not just using super resolutions, btw? It almost sounds like you're going to be creating a mode for each game you want to play.

edslp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:March 17, 2021, 07:30:39 am
  • I want to build my own arcade controls!
Re: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #2 on: August 22, 2017, 02:20:30 am »
thanks, yeh both options are perfectly sharp, it's just the pixel width that varies. I do use super resolutions also, which tends to pick an aspect closer to option B, but not exactly the same and I was trying to determine why.. but your right I will just stick to super resolutions in these cases ;D

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: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #3 on: August 22, 2017, 03:42:28 am »
I'm missing something here. Which orientation is your monitor?
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

edslp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:March 17, 2021, 07:30:39 am
  • I want to build my own arcade controls!
Re: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #4 on: August 22, 2017, 04:05:15 am »
Monitor orientation is horizontal. It's ok calamity, super resolutions are working well and look correct (btime = 2560x480 / 1942 = 2560x512).
I was just wondering why I couldn't reproduce the same correct scale using the options I mention in the first post.. I assumed one of them would be correct but it turns out neither are. All is well if just stick with super resolutions :D

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: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #5 on: August 22, 2017, 01:11:05 pm »
Ok, just for information.

The proper horizontal resolution to display a vertical game on a 4:3 horizontal monitor with the correct aspect ratio is 16/9 x height.

Example: 1942, 224x256 (256x224 vertical)
height: 224 -> 16/9 x 224 = 398,22 -> 400 (round to 8-multiple)

So the correct resolution is: 400x256
Or any multiple: 800x512, 1200x768, etc.

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

edslp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:March 17, 2021, 07:30:39 am
  • I want to build my own arcade controls!
Re: 1:1 and vertical games on 4:3 monitor.. which aspect output is correct?
« Reply #6 on: August 23, 2017, 07:57:07 am »
So that's the formula! Perfect, thanks calamity :)