mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-29 10:33:08 +00:00
fix Galaxian demo sound
This commit is contained in:
parent
c7db1050cc
commit
f151e50247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user