Re: [hatari-devel] Hatari/TT VME adress space behavior |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx, Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Subject: Re: [hatari-devel] Hatari/TT VME adress space behavior
- From: Nicolas Pomarède <npomarede@xxxxxxxxxxxx>
- Date: Sat, 19 Jul 2025 15:31:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=corp.free.fr; s=rcs; t=1752931877; bh=tb56p/B+iCXzYmYeYOcCZvtS/wCFc9A4jWeETeqmuoE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Vr7ebo2fiAoZBR6iJppmFOwgnTnhVWp5vACpsEkp8g60G3e/iUMmSQ8GZ/bPR9pLj VHCbYc+FNgl19V8G8oocjbNvqpBLImn4/EYJUxWTr0va3y7mWQfTLSJxpX4ZVOR8Kk 7TROPk2C+LbTClyLhRJRrytxATF6VSjVi9KcHj6jAZmnSQZSW2pshSoNd8npCWimmm a76Xk/jKpk0dUo+oWsd3+wH/YeLkyytxBzWbrIlyJaXB51nWiNEagGuZNK25xQC0WF 0Mr2ufyLO/gKbWmrRZLBuwgtAbNJ8kna877P+cb9oKOS6HiPWUB0uFEYzbCCQTkpxI Bgw4j/27W9YrQ==
Le 19/07/2025 à 14:25, Uwe Seimet a écrit :
I can not test this right now but only later. But TT and MegaSTE have
different VME address regions, haven't they? For the MegaSTE it's
Ox00FBxxxxx or something similar. Therefore, your patch may only work
for the TT.
right, megaSTE has a a different region, I need to change this
TT : FE000000 to FEFEFFFF (A24/D16) and FEFF0000 to FEFFFFFF (A16/D16)
megaSTE : A00000 to DEFFFF (A24/D16) and DF0000 to DFFFFF (A16/D16)
(according to Atari ST Profibuch)