From 2682bc5d1d864341aaeb42a449db73c3ecd16d70 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 30 Dec 2020 19:07:31 +0000 Subject: Initial import --- src/mplayer/mplayer_stop_effect_channel.z80 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mplayer/mplayer_stop_effect_channel.z80 (limited to 'src/mplayer/mplayer_stop_effect_channel.z80') 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 + -- cgit v1.2.3