I'm trying to move the display of the horizontal games in MAME. So far I was only able to move the display of the game inside the viewport (thus if you move the game down using the MAME sliders the display gets cropped but the bottom boundary stays in the same position).
So is it possible to move the viewport?
For extra info, this is what my setup looks like. I have a cocktail table where I'm trying to get the MAME display to move to the bottom of my display.
This is a topdown view of my 16:9 display in ASCII art with the O representing the player positions. The _ is the bottom of the screen in windows.
O[____]O
In cocktail mode the display looks like this (MAME is set to cocktail rotated 90 degrees):
O[1_|_2]O
In singleplayer vertical games it looks like this:
O[1____] <- the game takes up most of the screen's real-estate. It is almost aligned to the bottom of the player 1 position.
In singleplayer horizontal game is where the problem is:
O[__1__] <- the game is centered in the display, this way the player is removed too far from the game display to comfortably play the game.