Re: [hatari-devel] Hatari Falcon 060 emulation observations |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari Falcon 060 emulation observations
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 10 Nov 2018 09:06:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1541837182; bh=AlrJq+LeBQD+05k1mPwiqmmkMaLE2eM5x5ztofQYI70=; h=Date:From:To:Subject:From; b=eqSmBvtlPey/bwQkVkp/bwOK9URKJ6HgV9oXW5ep7zGaynpfS0Ky2+yKp5SM6Us6B ZMkfjonhaOP9RyLnbBFEHPY0CAPCeihNSBZvfAmEUZSI2TqR9Z73Sn4SO7rkeQ1d9N zjZ2uolkYgU3+sTNQcfKnRFZDS5FQNGJ1GgbIS0KJ8ombvVg8y40/dbPMQOUruSR/d UnI5sXEpHKIML1nlLTTwx/4GtUu4Pc7E3gvMlTZF6poGUY+dPDNi8/+7uh7WLOAtGI u1YIZK0T0ZQhiUxJ2Y1bp5MHjS956iRvrlMU/nZXMHwY9+SOf5iKr1un7fh1Eql8xm 9bzBhtLdgYFHg==
Am Thu, 8 Nov 2018 18:14:49 +0100
schrieb Maciej Moczkowski <maciekmoczkowski@xxxxxxxxx>:
> Hi,
> I am Maciej (MKM/Lamers) and just subscribed after AdamK told me about
> ongoing thread related to our new demo:
> https://listengine.tuxfamily.org/lists.tuxfamily.org/hatari-devel/2018/11/msg00008.html
>
> I had few general problems I found during last demos development that
> might be helpful for hatari team:
> 1) FPU emulation and opcodes that disappeared in 060
>
> While doing LCF and SV2K18 Invitation and F22.0 I never succeeded to
> work on any newer hatari version than 1.9.0. Hatari 1.9.0 had a
> "fortunate bug" that internal 060 FPU emulation still included FPU
> opcodes that were removed from 060 and existed in 040. I guess you
> corrected it in newer version and it was "unfortunate fix" (as
> specifying external fpu was not helping)
As a temporary hack, you could try to set
changed_prefs.fpu_no_unimplemented (and maybe also
changed_prefs.int_no_unimplemented) in M68000_CheckCpuSettings() to
"false" ... I've never tried, but I think this might restore the old
wrong behavior.
Thomas