From b234296e276da4326fb8dec34db5520249f0cd70 Mon Sep 17 00:00:00 2001 From: howprice Date: Tue, 4 Nov 2025 17:46:13 +0000 Subject: [PATCH] Fix AUDxDAT comment --- audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio.cpp b/audio.cpp index 58d233c7..6f4cb05b 100644 --- a/audio.cpp +++ b/audio.cpp @@ -2596,7 +2596,7 @@ void AUDxDAT(int nr, uae_u16 v, uaecptr addr) if (!currprefs.cachesize && (cdp->per < PERIOD_LOW * CYCLE_UNIT || currprefs.cpu_compatible)) { int cyc = 0; if (chan_ena) { - // AUDxLEN is processed after 1 CCK delay + // AUDxDAT is processed after 1 CCK delay cyc = 1 * CYCLE_UNIT; if ((cdp->state & 15) == 2 || (cdp->state & 15) == 3) { // But INTREQ2 is set immediately -- 2.47.3