blob: 82eb5d7c0a0c4bb7b71e7eabca110c33ee40a356 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.module mplayer
.globl _mplayer_stop_effect_channel
.globl _PLY_AKM_STOPSOUNDEFFECTFROMCHANNEL
_mplayer_stop_effect_channel::
ld a, l
jp _PLY_AKM_STOPSOUNDEFFECTFROMCHANNEL
|