Re: [hatari-devel] [PATCH] Tidy YM2149 clock conversion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] [PATCH] Tidy YM2149 clock conversion
- From: Ian Ray <ianjray@xxxxxx>
- Date: Sat, 17 Sep 2022 16:05:42 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1663419945; bh=MP9Qfk29bzH4QpERfcFr+xG4s4hP8UgpS8bqC/KzRt4=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=q8gvUhke0rtnqC9apDeXcyaC004E8DeFkFrKA4wIhWZwWq0KlnwXy8mcZNckmYol4 K2gYJdXE8OQV0VOGMWX2NSPz0OiiG2POJbmSJNnazppS4g9xLD7UbHcAGF7ZimvH+u 1RgalCMpyHi/eWawPea0xZNjx9dUsTzEvNAkdWXW4uUex+5g21+w/livVNHv+mNyHR ZxoyQoo9vVMFhQXaq4H71Qdxq4pa/yBdF3UTvr3XvMT8gvZ3fXyHKogYmD6GT124fM NLfb8WpdkBnp7rcnxGAFnMgmstdLEUvHBCZ0Q9fN7/apFDAF9XM1A1HD9W+DPVbZi5 BexAsv1GpFobg==
> On 17. Sep 2022, at 14.29, Nicolas Pomarède <npomarede@xxxxxxxxxxxx> wrote:
>
> Le 17/09/2022 à 11:44, Ian Ray a écrit :
>> All machines use the integer code path, so remove commented out code,
>> and coalesce YM2149_UpdateClock_250_int_new into YM2149_UpdateClock_250.
>
> Hi
>
> thank for your patch
> regardig the commented code, I'd rather keep it for now, because I still need to fine tune clock conversion for Falcon and I use integer code path for comparison.
> This will be removed later (before Hatari 2.5 gets released)
Ah, I see.
>
>> Change ClocksTimings_ConvertCycles signature to take Uint64, since the
>> caller uses Uint64.
>
> ok, change applied
Thank you!
>
> Nicolas
>
>
>