1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-13 15:32:09 +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
commit b75f872fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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