Merge pull request #2602 from polluks/master

Fixed cassette boot file header #2600
This commit is contained in:
Christian Groessler
2025-02-02 16:52:42 +01:00
committed by GitHub

View File

@@ -31,6 +31,8 @@ _cas_hdr:
ldy #80
sta (SAVMSC),y
.endif
lda #$3c ; motor off
sta PACTL
clc
rts