summaryrefslogtreecommitdiff
path: root/src/mplayer/mplayer_stop_effect_channel.z80
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-12-30 19:07:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2020-12-30 19:23:41 +0000
commit2682bc5d1d864341aaeb42a449db73c3ecd16d70 (patch)
tree9116764364b4ee0ce7f6037305077807b57776de /src/mplayer/mplayer_stop_effect_channel.z80
downloadubox-msx-lib-2682bc5d1d864341aaeb42a449db73c3ecd16d70.tar.gz
ubox-msx-lib-2682bc5d1d864341aaeb42a449db73c3ecd16d70.zip
Initial import1.0
Diffstat (limited to 'src/mplayer/mplayer_stop_effect_channel.z80')
-rw-r--r--src/mplayer/mplayer_stop_effect_channel.z8010
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mplayer/mplayer_stop_effect_channel.z80 b/src/mplayer/mplayer_stop_effect_channel.z80
new file mode 100644
index 0000000..82eb5d7
--- /dev/null
+++ b/src/mplayer/mplayer_stop_effect_channel.z80
@@ -0,0 +1,10 @@
+.module mplayer
+
+.globl _mplayer_stop_effect_channel
+
+.globl _PLY_AKM_STOPSOUNDEFFECTFROMCHANNEL
+
+_mplayer_stop_effect_channel::
+ ld a, l
+ jp _PLY_AKM_STOPSOUNDEFFECTFROMCHANNEL
+