[hatari-devel] VBL warnings from Hatari on MegaSTE 8->16Mhz change |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari Development <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] VBL warnings from Hatari on MegaSTE 8->16Mhz change
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Fri, 23 May 2025 00:08:16 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi A50ED2113E05
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1747948096; bh=1jby3LWLmD2hCiw1+kcSHSE2/5gJSrE7JfcOSHQt8r4=; h=Date:To:From:Subject:From; b=Sqpr5jwC0GtQNEQijZSnA718YKvSy4aUJLmbXNmSsw2CRCegfk7xv/v7dhugW1sOs h+03paaupR+6avYUCL13UVpmX6+LKAvEH2FVkFUVvBp6vmJiYKxfp96QcC0mu9JJ81 ZEghAUZgPi+yyfxuKLTgJf8AApbw52IRUIZz4EHkZmjKU77YmReFuxcCCy/xXu8WWf YdvlIHsPVm0X1IzchweMoqTi4Kv/MzfvgyUjnZa66Y9n0/3gV19OB7mzE0gqBQ2nkv jiLE4MmV2yhcah+Bkm7JK3R1aqRJWeopZUMIG22ChLZy9mRwzvdZ217ue+vcTWPxDu cZwA7t2UiAKFg==
Hi Nicolas,
It tried running latest Hatari git with (EmuTOS v1.3 +) MegaSTE emulation.
I think (Emu)TOS sets CPU to 8Mhz initially, but when "general.cpx"
configuration changes MegaSTE to 16Mhz, or 16Mhz+cache during, I see
lots of warnings like this:
cyc since vbl old 177270 != new 177338
cyc since vbl old 177364 != new 177432
They stop only when EmuTOS desktop is reached.
Few more of those warnings come if I change at runtime from 8Mhz to
16Mhz in the CPX.
- Eero