I've been searching for a way to play tate games on my TV. I am using a 27' trinitron and turning it on the side is not really practical or safe. I am using RGB with the analog board.
My latest attempt was to create a custom video mode line in the INI file that looks like this:
Code: Select all
[Arkanoid]
video_mode=320,08,32,24,240,4,3,16,6048
vga_scaler=1
I had hopes that using the VGA scaler and setting it to 240p resolution would allow me to basically just use the scaler to rotate the image at the cost of some lag. The custom video mode doesn't seem to be applied though 224x265 is still displayed on startup.
I got the idea from this thread while I was looking for a way to use background images:
https://www.reddit.com/r/fpgagaming/com ... _on_15khz/
Does anyone have any advice for how to get this working?