Vertical crop in cores that don't support it in OSD

For topics which do not fit in other specific forums.
Insert Disk Two
Posts: 192
Joined: Sun May 24, 2020 7:59 pm
Has thanked: 10 times
Been thanked: 24 times

Vertical crop in cores that don't support it in OSD

Unread post by Insert Disk Two »

Is it possible to enable vertical scaling x5 with cropping for cores which do not have an OSD option for this via .ini? For example, Jotego arcade cores.

I have been looking for instructions but cannot find any. Thank you!
FoxbatStargazer
Top Contributor
Posts: 995
Joined: Thu Dec 10, 2020 5:44 pm
Has thanked: 309 times
Been thanked: 228 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by FoxbatStargazer »

There's no way to do this without the cores themselves being programmed to support it.
Insert Disk Two
Posts: 192
Joined: Sun May 24, 2020 7:59 pm
Has thanked: 10 times
Been thanked: 24 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by Insert Disk Two »

According to Jotego and Atrac17 this has been added within the MiSTer framework itself so it can be added via .ini (their words not mine). That's why I am asking :)
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by Sigismond0 »

Insert Disk Two wrote: Fri Jan 28, 2022 6:51 pm According to Jotego and Atrac17 this has been added within the MiSTer framework itself so it can be added via .ini (their words not mine). That's why I am asking :)
If that's true, it would have to be something like how the shadowmask is handled in the ini file:

Code: Select all

;default Shadow Mask
;shmask_default=VGA.txt

;default shadow mask mode:
; 0 - none, 1 - 1x, 2 - 2x, 3 - 1x Rotated, 4 - 2x Rotated
;shmask_mode_default=1
But it's not documented, so you'd have to just try random .ini key names like crop_mode_default or 5x_crop something.

Assuming that functionality even exists. I'm hesitant to think it does, since the Mister.ini documentaiton doesn't list it.
Insert Disk Two
Posts: 192
Joined: Sun May 24, 2020 7:59 pm
Has thanked: 10 times
Been thanked: 24 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by Insert Disk Two »

Do you have the link for the documentation you are quoting please? I am interested to test the shadow mask stuff with Jotego cores :)
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by Sigismond0 »

Insert Disk Two wrote: Fri Jan 28, 2022 9:33 pm Do you have the link for the documentation you are quoting please? I am interested to test the shadow mask stuff with Jotego cores :)
Note that all this does is set the default shadow mask used for any core that supports shadow masks where you haven't already selected one. If a core doesn't have shadow mask support (greyed out in the menu), it won't all of a sudden start working because of this setting.

https://github.com/MiSTer-devel/Main_Mi ... MiSTer.ini
Insert Disk Two
Posts: 192
Joined: Sun May 24, 2020 7:59 pm
Has thanked: 10 times
Been thanked: 24 times

Re: Vertical crop in cores that don't support it in OSD

Unread post by Insert Disk Two »

Aaaah OK they added it on the last line, didn't see it there thanks!
Post Reply