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 11:11:41 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1754133102; bh=BSJt5EtCerQHZEfPWqu+irqSPMtXbsMMlUGTpBzzb9Q=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=XQckI2/6qpdHYY3U6sphJFyW2SjYE3x7DakiEV4C7de1jxMl28XkfQVYfvZ4t/LWD o5+4swQ+74v2iGJBYeYX8khC7IDGgoWvZmHDimU2rF89ckChb6w9XEFyBWQjB+wJGR l4RF12M6mo+OppaWzEEQk0lkiqdAXb4hlTwQhXE0jybTSaTOV0zVeFfEKOx1xqeMsm 2ciivmzkDR2WV4CbQo9T12K1sBzSiZRqvWiipuq2h12zhVHjSIJJIYQ09jHAkT+ehc RcI9mFkKzomPXUWZjOlMM4cA3FteiIIjFqtg7qfMgItJmOg/+WyCVEC79LD9CNHI5r GhzGybaNb81Xg==
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...
Thomas