aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxspu/spureverbon.s
blob: 852bff3c7dfebd18f1434a9a583515938e2b7b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.set noreorder

.include "hwregs_a.h"

.section .data


.global SpuReverbOn
.type SpuReverbOn, @function
SpuReverbOn:
	lui		$v1, IOBASE
	li		$v0, 1
	sll		$v0, $a0
	sh		$v0, SPU_REVERB_ON($v1)
	jr		$ra
	nop