1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

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 ldy #80
sta (SAVMSC),y sta (SAVMSC),y
.endif .endif
lda #$3c ; motor off
sta PACTL
clc clc
rts rts