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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user