fix Galaxian demo sound

This commit is contained in:
Peter Ferrie 2024-05-26 13:21:05 -07:00
parent c7db1050cc
commit f151e50247

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2021-2023 by Frank M., qkumba
;(c) 2021-2024 by Frank M., qkumba
!cpu 6502
!to "build/DEMO/GALAXIAN#060320",plain
@ -20,6 +20,8 @@
inx
stx $847 ; reset vector fix
stx $1890 ; sound fix
lda #$A9
sta $1909
stx $190A