From fb12363a6a4eb559ab28b12edd57c3d45e535340 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 31 Jan 2025 20:26:35 +0100 Subject: [PATCH 1/2] Fixed cassette boot file header #2600 --- libsrc/atari/cashdr.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/atari/cashdr.s b/libsrc/atari/cashdr.s index 99aefe68f..d4824f816 100644 --- a/libsrc/atari/cashdr.s +++ b/libsrc/atari/cashdr.s @@ -31,6 +31,8 @@ _cas_hdr: ldy #80 sta (SAVMSC),y .endif + lda #$3c + sta PACTL clc rts From 46b2f95ac892769785408a086da7c015f39f6c4a Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 31 Jan 2025 20:56:59 +0100 Subject: [PATCH 2/2] comment --- libsrc/atari/cashdr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/cashdr.s b/libsrc/atari/cashdr.s index d4824f816..c00ee98c2 100644 --- a/libsrc/atari/cashdr.s +++ b/libsrc/atari/cashdr.s @@ -31,7 +31,7 @@ _cas_hdr: ldy #80 sta (SAVMSC),y .endif - lda #$3c + lda #$3c ; motor off sta PACTL clc rts