Skip to content

Commit

Permalink
Sparkle >1.0: Set both CLK and DATA when block is ready
Browse files Browse the repository at this point in the history
Otherwise 3SIRA (CDDb-ID 245148) doesn't recognize the disk change.
  • Loading branch information
thierer committed Sep 1, 2024
1 parent d51a9b6 commit 103614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fl-sparkle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 103614e

Please sign in to comment.