1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-12 00:37:12 +00:00

Fixed cassette boot file header #2600

This commit is contained in:
Stefan 2025-01-31 20:26:35 +01:00 committed by GitHub
parent d5cf8ef7ea
commit fb12363a6a
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
sta PACTL
clc
rts