| [hatari-devel] Falcon tests | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Falcon tests
- From: Laurent Sallafranque <laurent.sallafranque@xxxxxxx>
- Date: Wed, 1 Jun 2022 21:08:12 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr;	s=smtp-20201208; t=1654110493;	bh=MIuUe7zEWYYqnWxNMNAxwOYxEyKbBZqOXNMTb3n7JNk=;	h=Date:To:From:Subject:From;	b=ZMuGWb5LXK61+aEym3bm3qyILVMOQYcYtb5a69jRuCUNSEM4n3X95Gi9OhFqovdrt	 iZXoT5wFa8gQ304qEYrj30ro+6jClgBD7C0UnQEu2/LAYEYU48Bhk7txkth5QXoOno	 xRlR4wVty1yHbAi8VyCSc/Ed9Kwx1ZpY08jhIyCryBdN6iBjdbkkDhqDMIek6sxXE8	 hg09CjxYiBmaVn9XAb/MKBBy4RCefJNca9FWyM3n2nZpHgpLvdEi4AXOcZO3+QQeis	 fAMxeD88DegdEpPBORk6jafE6wLdr84h1kcvLK+RjSj7n8ieIID/S9cLcxVqoJDjB6	 c9l/W4B5Htwag==
Hi,
I've encountered something bad after the first demo I tested : 4musiK by 
.... me ;)
The sound is really bad.
I've bissected hatari and it seems to be related to :
650979aa06c0ba9e4ef6f7978ada0dce1c687594 is the first bad commit
commit 650979aa06c0ba9e4ef6f7978ada0dce1c687594
Author: Nicolas Pomarede <npomarede@xxxxxxxxxxxx>
Date:   Wed Mar 9 15:02:44 2022 +0100
    Use Cycles_GetClockCounterImmediate() instead of 
CyclesGlobalClockCounter to handle MFP updates
    This will take into account the current cycles already processed 
when MFP is updated
    during the processing of an instruction in Cycle Exact mode
 src/cycInt.c          | 29 +++++++++++++++--------------
 src/cycles.c          | 17 +++++++++++++++++
 src/includes/cycles.h |  1 +
 src/m68000.c          |  3 ++-
 src/mfp.c             |  9 +++++++++
 5 files changed, 44 insertions(+), 15 deletions(-)
Any idea ?
Regards
Laurent