View previous topic :: View next topic |
Author |
Message |
Chris Regular
Joined: 19 Apr 2002 Posts: 125
|
Posted: Mon Jan 29, 2007 12:39 am Post subject: far left and right 2 lines are cut off/invisible ... |
|
|
so 252x224 instead of 256x224 resolution...
previous Demo version (pre 1.00) showed all lines correctly...
thanks... |
|
Back to top |
|
|
dmichel Admin
Joined: 04 Apr 2002 Posts: 1166 Location: France
|
Posted: Mon Jan 29, 2007 6:16 pm Post subject: |
|
|
That's a feature.
The width was set to 252 to closely match the PCFX screen on a TV. This time though, I have added some hidden options in the .ini to change this behavior, so one could customize the screen size. _________________ David Michel |
|
Back to top |
|
|
Chris Regular
Joined: 19 Apr 2002 Posts: 125
|
Posted: Tue Jan 30, 2007 5:44 am Post subject: |
|
|
I see...but exactly how so (hidden option) ?
or you mean this option for the next beta ?
thanks always.. |
|
Back to top |
|
|
Kaminari Elder
Joined: 19 Apr 2002 Posts: 1432 Location: Paris, France
|
Posted: Tue Jan 30, 2007 5:17 pm Post subject: |
|
|
The advanced options are hidden because they aren't documented at all. You'll have to experiment at your own risks, but you can still try the following settings (copy them after the input port options in the PC-FX emulation settings):
Code: |
;
; screen width
; --
; width of the screen in 5MHz dot clock mode (240 .. 272)
; and in 7MHz mode (320 .. 352)
;
screen_width_5mhz=256
screen_width_7mhz=341
;
; adjust layers position and size
; --
; first number is horizontal offset (-16 .. 16)
; second number is width (240 .. 272) or (320 .. 352)
;
mjpeg_adjust_5mhz=0,256
bg_adjust_5mhz=0,256
vdc_adjust_5mhz=0,256
mjpeg_adjust_7mhz=0,256
bg_adjust_7mhz=0,256
vdc_adjust_7mhz=0,341
|
_________________ Kaminarimon HES Music Archive | Tokugawa Corporation | YouTube Channel |
|
Back to top |
|
|
dmichel Admin
Joined: 04 Apr 2002 Posts: 1166 Location: France
|
Posted: Tue Jan 30, 2007 6:05 pm Post subject: |
|
|
Kami, you spoiled my fun!
Now I can't tease him anymore and say those options are secrets. _________________ David Michel |
|
Back to top |
|
|
Kaminari Elder
Joined: 19 Apr 2002 Posts: 1432 Location: Paris, France
|
|
Back to top |
|
|
Chris Regular
Joined: 19 Apr 2002 Posts: 125
|
Posted: Thu Feb 01, 2007 1:00 am Post subject: |
|
|
that did the trick !..thanks alot |
|
Back to top |
|
|
|