| Re: [hatari-devel] 030 MMU table dumping |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] 030 MMU table dumping
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Thu, 23 Oct 2025 01:15:11 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi 63AF94098E83
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1761171311; bh=LalYU0Vmb8gSdQ43mVzPeYf3i/YApU2vlrR+uyyFA4c=; h=Date:Subject:To:References:From:In-Reply-To:From; b=cI77AkEthaqSZtjl8CToMHn61Wni/JMuYjCCB1lfrpsBv6AkO04Jpmv4jtC77DX8r uBEzk5rDuOW59uQJFtCLsfVeEiGDKdtGmhDwc0uXED/NT9/QaRtq8P6aYLgySI0IT5 6QSCyJaCpBncPreJHASrR6aUcEqTAttkkj3kssPbc6yZdOvh+3hrrDWqj3IgzLdCQw NKZcarvUZGVyppHXGCSI/pviErvetwDTBXbLsLUPIfvYdYw6jgj7yC37npr6wj5fIC PD6eIm2MTN/0hFJ+bvTv5nm1Sznvhtcva1YnWqjMtw1TrTt+HnVJzCJMZlriYuDIn9 e7XamC7iXAzJQ==
Hi,
On 10/22/25 23:37, Nicolas Pomarède wrote:
Le 22/10/2025 à 22:27, Eero Tamminen a écrit :
With CPU core just getting mmu030_dump_tables() functionality, would
it help MMU debugging for "info mmu" to call that when FC value is
provided?
(Patch attached.)
yes, I think this new function from WinUAE could be added to "info mmu".
I did not have time to write a patch for this, but as you did it's good
thing :)
There are few issues with the currently patch:
* What's that FC arg require by the dump function / what value it should
have? (currently table is shown only "mmu info" is supplied with a
non-zero "FC" value)
* Neither of the WinUAE MMU table dumping functions takes FILE* pointer,
they unconditionally write their output to console :-/
- Eero