Re: [hatari-devel] _FRB cookie in Falcon emulation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] _FRB cookie in Falcon emulation
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 02 Aug 2025 18:30:55 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1754159455; bh=hYPREoUSZczirXEoMs+vM+EOuETR1h6XHwiTG0HtNks=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=jkPq4tD63ud4O/SrxrOXeqZsqBie81nvgmgemImKOkGiJCBUocMCe7y4hukjty3+J KA+TGnamAUwodOrAdyoUgabkylHfZRsL37gzAk3c+IsCCK81TcTsXczTGR0mHffWqd HOayLVYd0CrwUmwujsp2rtlgiERrMNivAsQpXVH6v/W1Hymu/mRcG49zF32gThJmsQ QZdhLX0W+56BBCeaMewkEBMJ58X6TqufchhnoA+ZY2p0vXoK5U/tPbHvNdcbpOqFty byUyVBXFNiIB2hNJ9dOWq2JDmzdpvtIW/au7TLKu2EpY4eN+urxXuIljq/EXwSeE7E LHBKqHa8aU63A==
Am Sat, 02 Aug 2025 11:11:41 +0000
schrieb Thomas Huth <th.huth@xxxxxxxxx>:
> Am Fri, 1 Aug 2025 21:58:04 +0200
> schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> ...
> > thomas : maye the lines in release notes should specify that _FRB cookie
> > for tt ram will be created only when gemdos hd is used (ie cart_data is
> > loaded) ?
>
> Oh, drat, this was rather a wrong assumption on my side: I thought we'd
> already always load the cartridge in Falcon mode when the user configured
> TT-RAM, but apparently that's not the case, we indeed only load it for
> GEMDOS HD or VDI extended resolutions right now...
>
> Knowing this now, I think the cartridge was the wrong spot for adding the
> _FRB code. I should have added it to the TOS patch pFalconExtraRAM_2
> instead... Could you please hold on with the 2.6.1 release a little bit
> longer? Then I'll try to rework the code accordingly...
OK, the new version has been committed now, so it should now also work
without GEMDOS HD emulation.
Thomas