1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-06 20:37:16 +00:00
This commit is contained in:
Stefan 2025-01-31 20:56:59 +01:00 committed by GitHub
parent fb12363a6a
commit 46b2f95ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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