Re: [hatari-devel] DSP patch suggestion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] DSP patch suggestion
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Sat, 2 Dec 2023 17:59:12 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1701536365; bh=ZvY03aQYt/+5IP+lbGvvNJ2HeE8xdbYurm+ttAHiWlY=; h=Content-Type:From:Mime-Version:Date:Message-Id:Subject:To; b=CWeHUvy3eOqXTDyQ6lRJC7ptB0KjDj/EjKa29KCBW3U7MtWzJ8XDjVknmienQ+lrR 2q2cQq5BqHC0kWtqzb9ETVxT+tPk7KtUmKmzeJjxGIsFvjomKe2TnksfSdNIFMXG5R xaehkWSDShkZFaPE88/b9yAT3Poah22L0xd6HiC1OjZPQfrUMAffeiPvQD7BHr8yOe lhnAwkojjnX5y8lXBcPo2wtMRrliu9nzURg/eYQQ/jfwFN/9yA2Rx96J19TRSpQBTN R5aOBKbcFMZUb4vc1/4lq596k2olixghbniuKwCoMZ5qbXRX5/8EoWIYfVqpSzyeI6 N78WBur5jTYQg==
It makes it possible to easily add bootstrap ROM and has no adverse effects from my understanding.
> Am 02.12.2023 um 17:52 schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:
>
> For my understanding, why do you manage P memory before internal RAM ?
>
> Does this fix any problem or is it better to do it this way for any reason ?
>
>
>> Le 02/12/2023 à 17:47, Laurent Sallafranque a écrit :
>> Ah yes, you're right.
>> Thanks,
>>> Le 02/12/2023 à 17:45, Andreas Grabher a écrit :
>>> Hello Laurent,
>>> it is unimplemented in Hatari, but there is a P ROM (bootstrap ROM) at the bottom of P memory space.
>>> Regards
>>> Andreas
>>>> Am 02.12.2023 um 17:24 schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:
>>>> I Andreas,
>>>> Are you sure about P rom ? I'm pretty sure it's P int Ram for the 2 first strings
>>>> - { "P ram", "P ram", "P ext memory", "P ext memory" }
>>>> + { "P ram", "P rom", "P ext memory", "P ext memory" }
>>>> Regards
>>>> Laurent
>>>>> Le 02/12/2023 à 16:32, Andreas Grabher a écrit :
>>>>> Hello all,
>>>>> I want to suggest the appended patch. It contains different parts. Some are just cosmetic changes and some are additional features (that might be unused by Hatari). Please tell me what you think and feel free to ask any question. These changes are already part of Previous.
>>>>> Best wishes,
>>>>> Andreas