Re: [hatari-devel] One scanline short in ST fullscreen |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] One scanline short in ST fullscreen
- From: Anders Eriksson <evldhs@xxxxxxxxxxxxxx>
- Date: Tue, 19 Sep 2023 10:04:41 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1695117893; x=1695377093; bh=oJBVAl5/Te2g1YeS/FHGiWX56xvfx2vOqwEo4MCtlYU=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=wb+o41uKvIEEqkx1HGNZ/Fx6rSjq2lQyBbxd3c2/I4bS2nATfyI0hViruSO6T1unI ZnWFDg3gf9eOIad7D7+iMxkhdmBVSCpr7RcL1ucjstZKScInt8hshahbrGIM8FCW4p O8ylSUawLQcBGDPVGFuhZJUDqmRSed6qZjNBFlFBs8KnsqDf7lf/uJ2VNf4c1tpvCO iurySt4YrCYd1etW8MTy1q2YYfEPScNVEvEcms+9Kfcn7QpWFg+K6pO+MDjZxD9x2/ guS2RpwcOak+s9mWMo4Hx8lnEoO0zQbsf+vyTgc0UW6jhs3IKhZTdO5XfS1mh+jc9n zxxLO/MZs8aKg==
- Feedback-id: 41365795:user:proton
On Tuesday, September 19th, 2023 at 11:38, Eero Tamminen <oak@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> On 19.9.2023 11.47, Anders Eriksson wrote:
>
> > I noticed yesterday while doing with some ST coding that Hatari 2.4.1 is missing the last scanline in a normal "fullscreen".
> > Instead of showing 274 lines (syncline+273 lines) it will cut off the bitmap display after line 273 (syncline+272 lines).
> >
> > It looks like this behaviour started with the Hatari v2.3.0 release, in v2.2.0 all 274 lines are there.
> >
> > Example program: http://ae.dhs.nu/tmp/272.prg
> > Screenshot from v2.2.0 and v2.3.0: https://ae.dhs.nu/pics/272.png (notice the extra empty red line in v2.3.0)
>
>
> With the latest Hatari Git version, I see 276 lines (there's additional
> line at top compared to your screenshot)...
>
> See attached Hatari screenshot (taken with the "crop statusbar" option).
>
>
> What are your Hatari max screen size settings:
> ----------------------------------
> $ grep nMax ~/.config/hatari/hatari.cfg
> nMaxHeight = 588
> nMaxWidth = 832
> ----------------------------------
Hi,
I use the same config with 2.2 and 2.3, all 276 are shown in my Hatari window (just look at the screenshot I linked to).
Normally when opening top+lower border you end up with 274 lines of BITMAP then two empty lines. From v2.3.0 it shows 273 lines bitmap and 3 empty lines.
My config:
hatari --natfeats true --monitor rgb --window --frameskips 10 --max-width 832 --max-height 626 --borders 1 --video-timing ws3 --crop 1 --avi-vcodec png --png-level 5 --harddrive /wqerty/Atari --memsize 4 --tos /qwerty/TOSes/ST/206_se.img --machine st --timer-d 1 --sound 44100 --ym-mixing table
--
Anders Eriksson
ae@xxxxxx