Re: [hatari-devel] Hatari and OUTSIDE (virtual memory manager) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari and OUTSIDE (virtual memory manager)
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Tue, 2 Oct 2018 19:23:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1538501026; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=OrxEN1kJnMsV8JcnssQeYfycGxBxhTUnIiSxdMHzhSI=; b=CcxS225cZmKirSskUMPp7p2TSGS8JjXjRk0tXnSMLjgh1D0LtGq6xqf0H9o4OdRdj6 38LKfVpCgMUqKmovglg6pZYIq98tUzJ+SlOPQptPAMBz66H9rCjVqxRkZnZpjx3Y8pEh 1i3+LRrU1hCNxUst2j7toDjWQicXYtP9eKDCN3eOMZVjM0dFTd6R28l0Ny2VO28J5h1W lyrXwxmxa2EcMrZMdO1TJt/uSZa+QnDBAuX9T+HoOethL2jNtAt71zEonLKgnp++mp0f eTQV0MhPp95Xli54v59fH1e0ZxFbuYrXgT1WAkMhv9CZXNBLLc5dQGXOWsQIZpIpd36d 5SVw==
Hi,
Did you also check the MC68030 user's manual? It's probably more detailed.
At least at the time I was writing code using the PMMU I only had that
manual, but not the PRM.
Incredible, at that time Motorola sent you those manuals for free, you
just had to ask them.
Best regards
Uwe
> > Toni, I read the 68000 family's PRM for PTEST and I don't see a mention
> > for checking TTR regs when ptest's level is > 0.
> > In the MMU status register, bit "transparent" is only updated for a
> > level=0 operation.
> >
> > Could there be an error in this part of the emulation ?
>
> Yeah, it looks like it is wrong. It would make no sense to do TTR check
> when MMUSR T bit is documented as being zero if PTEST level 1-7.
>
> 68030 MMU is far too complex and too weird.. (At least it is far less
> weird than 68851..)
>
>