Lack of a Flip Option on Some Vertical Games for CRT Users
Lack of a Flip Option on Some Vertical Games for CRT Users
Thankfully the majority of games have the option added but there are still quite a few without it.
Re: Lack of a Flip Option on Some Vertical Games for CRT Users
But forget about 90deg rotations. Devs already said that it would introduce lag.
Re: Lack of a Flip Option on Some Vertical Games for CRT Users
The settings below do work, but only for 1 second before the display loses sync completely.
I see the ROM load, I see the title screen, then nothing.
Tried on 14" samsung TV and hantarex polo2 arcade CRT.
Does anyone know why this happens?
Code: Select all
[1943kai]
video_mode=320,16,32,16,240,4,3,16,6048
vga_scaler=1
vscale_mode=1
forced_scandoubler=0
Re: Lack of a Flip Option on Some Vertical Games for CRT Users
vsync_adjust=0 fixes it. See config below.
Of course now we have all-the-latency, and scaling artefacts and whatnot, but my arcade cab can now play TATE games.
Before this, the cab had to lie on the floor, while you kneel down to play it. Not very practical.
I'll keep tweaking video modes and see if I can't find something with less artefacting, but this is at least playable.
If anyone else can suggest a better vidmode, please do.
Code: Select all
[1943kai]
video_mode=512,31,48,73,224,10,3,23,10400
vga_scaler=1
vscale_mode=1
forced_scandoubler=0
vsync_adjust=0
Re: Lack of a Flip Option on Some Vertical Games for CRT Users
toastboy wrote: ↑Tue Aug 02, 2022 1:44 pmI think I just answered my own question a bit.
vsync_adjust=0 fixes it. See config below.Of course now we have all-the-latency, and scaling artefacts and whatnot, but my arcade cab can now play TATE games.
Before this, the cab had to lie on the floor, while you kneel down to play it. Not very practical.I'll keep tweaking video modes and see if I can't find something with less artefacting, but this is at least playable.
If anyone else can suggest a better vidmode, please do.Code: Select all
[1943kai] video_mode=512,31,48,73,224,10,3,23,10400 vga_scaler=1 vscale_mode=1 forced_scandoubler=0 vsync_adjust=0
sorry, stupid question but which file do you put this in?
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: Lack of a Flip Option on Some Vertical Games for CRT Users
Thanks, didn't know you could do that!