mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Add lynx_snd_stop_channel
git-svn-id: svn://svn.cc65.org/cc65/trunk@5977 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
dc0292d405
commit
a658c56774
@ -11,6 +11,7 @@
|
||||
.export _lynx_snd_active
|
||||
.export _lynx_snd_play
|
||||
.export _lynx_snd_stop
|
||||
.export _lynx_snd_stop_channel
|
||||
.export _lynx_snd_pause
|
||||
.export _lynx_snd_continue
|
||||
.interruptor lynx_snd_handler
|
||||
@ -1181,6 +1182,7 @@ stop1: lda SndActive,x
|
||||
rts
|
||||
|
||||
_lynx_snd_stop_channel:
|
||||
tax
|
||||
lda SndActive,x
|
||||
_IFNE
|
||||
dec SndReqStop,x
|
||||
|
Loading…
x
Reference in New Issue
Block a user