Re: [hatari-devel] 8-bit VDI mode support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] 8-bit VDI mode support
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Tue, 26 Aug 2025 23:14:53 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi D52CD2113E16
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1756239293; bh=I3o68/N4Y+v3r8HfbhwaM3UDxrnHCzncF4pRROd2sZU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=WyKFC+yJbuQIjrhv70vhdKci3JQNnzCtsGEQqrY+FohGWfrRUfxFVh/pZmpMYFkNn HfPnSphweHnEdLt3zEl/IFKb7klAKhY3KJ5YZXS7/CNJ6fDy86rTyK2esP3u0zIp2M 5ELvfCmpB1OuI8S7aLo2I9V3HptdbtiKWR4Ke1OUFzDXmUaeuXBpQFHeWQSI6AB+oo 4LEcMCr5JbJr87u+LPtTmRhr+xqpom+DfhgeQ2UnLbFntssDtdMNVZX+ix6FT8rpBH P9OaIzKQqXv2vcMlo5vBvyrykYi06hDpPQa6p06LYN0JMDyguELENQ8v2Gq9eGHlDw u6u/0oLnny53w==
Hi,
On 20.8.2025 20.55, Nicolas Pomarède wrote:
Le 20/08/2025 à 00:14, Eero Tamminen a écrit :
Besides the virtual INF file improvements I mailed about yesterday
(but did not receive myself from list), attached is 8-bit support for
VDI mode.
I'm not sure how useful it's though, because it naturally works only
on TT and Falcon, and one can create larger modes e.g. with Videl Inside.
Comments? (on its usefulness vs. changes needed)
>
I'm not using VDI at all , so I'll let other people give their opinion :)
I didn't receive Thomas' reply, but got it from archive:
> The changes look sane ... but since VDI mode is not working right
> in Falcon mode anyway (unless you use EmuTOS), this is mainly for
> TT mode, I guess. So it's quite of limited use, but we could maybe
> give it a try at least, and if it is causing too much trouble,
> disable it later again?
Pushed.
Yes, on Falcon VDI mode works only with EmuTOS, and EmuTOS resolution
dialog already provides fairly good selection of 256-color resolutions.
I'll increase the size limits for 8-bit mode resolution a bit from the
max limit used for lower bit-depths (300KB), so that VDI mode actually
will allow a bit larger 8-bit TT/Falcon resolutions than EmuTOS.
- Eero