From 103614e985b96f876f2e5225b59598500405855d Mon Sep 17 00:00:00 2001 From: Martin Thierer Date: Sun, 1 Sep 2024 20:53:00 +0200 Subject: [PATCH] Sparkle >1.0: Set both CLK and DATA when block is ready Otherwise 3SIRA (CDDb-ID 245148) doesn't recognize the disk change. --- src/fl-sparkle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl-sparkle.c b/src/fl-sparkle.c index 92a8089..99e13c4 100644 --- a/src/fl-sparkle.c +++ b/src/fl-sparkle.c @@ -555,7 +555,7 @@ static uint8_t send_bundle(session_t *s, uint8_t bundle) { ATOMIC_BLOCK( ATOMIC_FORCEON ) { set_clock(0); - set_data(1); // needed for 1.0 + set_data(detected_loader == FL_SPARKLE_10); // only 1.0 sets ATNA while (!IEC_ATN); for (i = 0;; i++) {