Re: [hatari-devel] 68040/68060, external FPU? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Subject: Re: [hatari-devel] 68040/68060, external FPU?
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 26 Jul 2025 15:34:18 +0000
- Cc: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1753544059; bh=Wv9AacGFOFGJTUVPEquau9BTq90+Rq69LAsMbXwlEOY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=bqmRIV2te6svEZLRTjx3W8zt7Kiu+SkqII4nLG42+YUjXDQckBwlUTBjOfO4aP4gc 98P63wFNjH9XZK3DERZk+LXco3jn1UEd1yhNg9/uLReJl1iMsp3+b4gpCdZ9RcgvwT 1nk4adXwDwNPq/K1cOq6hPX8MErPCf8TBJmk1wR0MJZ0lZRoWuh9R3aSo0pxM7IlD0 hqL++pBLthegxfzOOlP2ZR7rbI1CCe0UmRS5D0UUw9VH7Tbk/xAmWV8zRsQvLxj17m xMeRN+gn3szh62etzvIHjXAKm0U9YgOETNOnVFCa7rmwEZZGlmY5wpaBYlKHQLVDcK M/479YYUgwxng==
Am Sat, 26 Jul 2025 16:47:10 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> is this still going to be addressed? Not that I find it overly important,
> but this thread is still on my list of open Hatari questions. This is why I
> am asking.
As I mentioned earlier, we have many places where configuration can take
place. The SDL GUI, the macOS GUI, the Python GUI, the command line
switches, and the config file loading. Thus I prefer to do these checks in a
central place, so that we do not have to repeat this logic all over the
place. But that means that the checking is only done once you press the
final "OK" button in the GUI. But if it bugs you too much, feel free to
send a patch that adds the logic to the dialog, too.
Thomas