Re: [hatari-devel] Some findings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Some findings
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 2 Sep 2018 21:44:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1535917498; bh=uivAl8iI5FzlUiM/wVgjvlkWMd3mPqKq7ewk+SiOJP4=; h=Date:From:To:Subject:From; b=RyT9IsQL847GATOV+Mw69xM92TKJFDmzGjtJjM3wyhjOM7L3dkuGcediNDFqEyE6R fc77ulVfv2SyH06HJtcMVkmCpLxzwDI+5BPWRlsP0Dyu5Nc9jzLqBdJu7p6npMZksI XdGUXEYtaoB6ePXuuTh3fVO5yGXmitPTJLTtf7ueSzVrVkltC52BUdosyKDyLbUJQV bAU4ZIz1JtYTaQum69EiaB/+ciBkL/zKlc/jbDRMjAkzONpHYvPFUQgVqkJ0+up4wU 61SyxaXobUMi17ySRaHitMwjWsGOiICmEi8H1wynJ823B4plzmdbFxrklouS+z7291 x2JHR/ldBBKkg==
Am Sun, 2 Sep 2018 21:41:28 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On 09/01/2018 11:05 AM, Thomas Huth wrote:
> > Am Sat, 01 Sep 2018 09:34:00 +0200
> > schrieb Thorsten Otto <admin@xxxxxxxxxxx>:
> ...
> >> But MiNT should
> >> also be fixed to not access them, instead of blindly assuming that
> >> they are present only because the _MCH type is TT.
> >
> > ... or simply finally implement SCC emulation in Hatari, which would
> > certainly be the best solution ;-)
>
> I noticed your commit:
> "Adapt the SCC emulation code from Aranym to Hatari. It's not wired to
> any host device yet, and IRQs and DMA are not implemented yet. But
> it is enough to implement the IoMem handlers, so we can finally enable
> the buserror test for the TT, too."
Yes, I was quite happy to see that Aranym already had code for this! It
still needs quite some work to become usable in Hatari, but at least the
problem with the bus errors in TT mode should now be gone.
Thomas