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: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 2 Aug 2025 12:36:35 +0200
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1754130999; s=strato-dkim-0002; d=strato.com; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=EhwbwjUByAtmvp+S9FOme7PwIwjmMFDj2ojQFT0pXuI=; b=melujoIXO09T+doiFwKkf8MSRJvsoMfQop6LYLs4hDM0NhkgR5/wmC+GdP1YPHrGNQ 2KyaglBCRU29H4g3jGeNSX7bozGIyU0yihaS2/odO0taqqHPA/+iLIwY9PIgDxFqE5DV dGikvqsqSQoc5cShMwcXsTRhkPdZj0wMzvDHQlPvzUckMqvHUiQqzEj2mrj/A4Fxrk3v XERHootlw2gMjgSLSKDu09WFoG+xJl7p00V4JmK3eAWtpXK0WCcdDpxHIOpdgS2qrG6s zPIBga92+61qX0A7SoqKR2f4gPWWdNd2lhrcD2enUWdJnokR6bYWaMD2emv7GdMYouyR H/AA==
- Arc-seal: i=1; a=rsa-sha256; t=1754130999; cv=none; d=strato.com; s=strato-dkim-0002; b=RVlTnGQHGIGGyILfIWeU9ZZUlLz/410V1iGDZvoC4noXAXnZIudk1b9MZgbNXtg8I4 6Bs8hIdVk6JZPhYQkXVm9W90AWwpilJbckS1S6llEjgmgsuFbNAD6ReNohIMUIEJThts K3VAb8ROH138FYnd47GRl+bcu8xasm4UhtxWgYol+YhDbHK1XpiExTyVpObU5A3S8fiL iKsoXluJfDCzfosRouNgqul9VuSKVj5ujEuqWbH9ZZPhhca6eVs6PjFYuNqv8hIYqWLv VanSuQjO6XPqeAsK+m94nCBgFuI1MA3RShu0Nb/ekt1FxSBvGFIF9ShNOkydu90D4btc 6bRw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1754130999; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=EhwbwjUByAtmvp+S9FOme7PwIwjmMFDj2ojQFT0pXuI=; b=LIwqyfC4yOlWthEJsrwRPa1hUV2HlLZWAZrfgw64QGOD0xNHwv7kmPQjiFyYD4RDKO DYiffIvhm6GBj4XpVUcZJSiaAk3f/FMDx5RGwoMPqC1Bq2Uj+M8hMlZ3Avl1JoDtRudc u8xUees9jugZ80/MDgp8m/dLfHIKmvqn/t9wB15mIyXzFfQmvZj76ObrgYlULgd5UsSv nhSL+qCKo1d4+n5rX75n5hG3ITf6sZeKDmOZvIhZg1jWjHRqC7NOINDNhpaLebjlnj9E ickikQnrPeSPP7pczCnzsHyzlxJBva8Yp8CjvmOWLlDE4b/Iwsf/iONUC4fKoFT8lCBB VPzA==
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1754130999; s=strato-dkim-0003; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=EhwbwjUByAtmvp+S9FOme7PwIwjmMFDj2ojQFT0pXuI=; b=9RqZKNK69d3gulo15oknRR9iReM0E49tUxS0j0FBrBvGqENMLb4IW1nfQpiRaTUAa1 fs+Jhb1ImyIE2YD/dZBA==
Hi,
> I have to admit that I still do not quite understand your concerns here.
> Real hardware either has to have a patched TOS, or an AUTO folder program
> for doing Maddalt() and installing a _FRB cookie. So either way, there
> should be a _FRB cookie, otherwise the floppy disk is unusable, isn't it?
> Or is there a hardware extension for the Falcon that really works without
> the _FRB cookie? If so, how did they manage to get the floppy disk working
> in that case?
As I have tried to explain here and in the email I sent you, I was surprised
by the change in behavior wrt an unpatched TOS when Fast-RAM is installed.
I missed the _FRB-related information in the mailing list. Apparently there
was also a change to the handling of _ramtop and maybe _ramvalid, which is
not mentioned in the release notes.
Whether these changes have any impact on other software than mine I cannot
tell. For me there might have been an impact in future versions of my
software, but fortunately I stumbled upon the change in the beta test
phase. With these changes Hatari does not cover one of my test scenarios
anymore, but this is not an issue because now I am aware of the changes.
With other settings that effectively modify TOS, like "Boot faster by
patching TOS & sysvars" it is obvious in the UI that TOS behavior is
changed. For the changes we are talking about this is not transparent.
This is why I was asking for a note in the "Memory setup" dialog.
It's as simple as that ;-).
Best regards
Uwe