mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-01 15:32:00 +00:00
fix Galaxian demo sound
This commit is contained in:
parent
c7db1050cc
commit
f151e50247
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2021-2023 by Frank M., qkumba
|
;(c) 2021-2024 by Frank M., qkumba
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/DEMO/GALAXIAN#060320",plain
|
!to "build/DEMO/GALAXIAN#060320",plain
|
||||||
@ -20,6 +20,8 @@
|
|||||||
inx
|
inx
|
||||||
stx $847 ; reset vector fix
|
stx $847 ; reset vector fix
|
||||||
|
|
||||||
|
stx $1890 ; sound fix
|
||||||
|
|
||||||
lda #$A9
|
lda #$A9
|
||||||
sta $1909
|
sta $1909
|
||||||
stx $190A
|
stx $190A
|
||||||
|
Loading…
Reference in New Issue
Block a user