Re: [hatari-devel] [PATCH] Tidy YM2149 clock conversion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
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)
Change ClocksTimings_ConvertCycles signature to take Uint64, since the
caller uses Uint64.
ok, change applied
Nicolas