Last udpate : vsync_adjust=2 & video_mode_pal+ntsc trouble/issue [Solved]
Posted: Wed Feb 10, 2021 9:52 pm
With the today update of the pc engine core (and only this one) I get a black screen just after a game start and so part of the begin of each game is not shown (game working in background the time my LCD screen "sync").
I have rollback to the previous version which is just fine.
I have also try the TurboGrafx16_20201224.rbf provided by dshadoff and it works fine also.
I have 2 mister setup:
one on a 1080P screen with video_mode=8
one on a 1440P screen with video_mode=12
My mister.ini settings:
vscale_mode=1
vscale_border=0
fb_size=0
video_mode=12
vsync_adjust=2
Then for each screen I adjust according to the screen , for example for 1440P:
video_mode=12
video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
After doing more test I have find a way to 100% reproduce the problem:
Case1:
If I comment only the line "video_mode_pal"
video_mode=12
video_mode_ntsc=12
;video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is OK.
Case2:
If I comment only the line "video_mode_ntsc"
video_mode=12
;video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is OK.
Case3:
if I have both line uncommented
video_mode=12
video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is KO
Note: I have try using video_mode_pal=12 too
I have rollback to the previous version which is just fine.
I have also try the TurboGrafx16_20201224.rbf provided by dshadoff and it works fine also.
I have 2 mister setup:
one on a 1080P screen with video_mode=8
one on a 1440P screen with video_mode=12
My mister.ini settings:
vscale_mode=1
vscale_border=0
fb_size=0
video_mode=12
vsync_adjust=2
Then for each screen I adjust according to the screen , for example for 1440P:
video_mode=12
video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
After doing more test I have find a way to 100% reproduce the problem:
Case1:
If I comment only the line "video_mode_pal"
video_mode=12
video_mode_ntsc=12
;video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is OK.
Case2:
If I comment only the line "video_mode_ntsc"
video_mode=12
;video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is OK.
Case3:
if I have both line uncommented
video_mode=12
video_mode_ntsc=12
video_mode_pal=1920 64 100 100 1440 16 20 50 200000
=> it is KO
Note: I have try using video_mode_pal=12 too