aboutsummaryrefslogtreecommitdiff
path: root/src/mplayer/mplayer_init.z80
blob: ee922ca0641e9bb80e447ed9bc916f0583f09906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.globl _mplayer_init

.globl _PLY_AKM_INIT

_mplayer_init::
	ld ix, #2
	add ix, sp
	ld a, 0 (ix)

	di
	call _PLY_AKM_INIT
	ei

	pop hl
	inc sp
	jp (hl)