summaryrefslogtreecommitdiff
path: root/src/mplayer/mplayer_init_effects.z80
blob: 132bf3eb1b21c17fbe12dd9cb7dfee8d81ee226a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.module mplayer

.globl _mplayer_init_effects
.globl mplayer_current_efx

.globl _PLY_AKM_INITSOUNDEFFECTS

_mplayer_init_effects::
        xor a
        ld (mplayer_current_efx), a
        jp _PLY_AKM_INITSOUNDEFFECTS

.area _DATA

mplayer_current_efx: .ds 1