summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.h
blob: 3223941cfcbb1ec24418ac95b38e63b6888a1620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#ifndef __TMS3615_H__
#define __TMS3615_H__

extern void tms3615_enable_w(int chip, int enable);

#define TMS3615_FOOTAGE_8	0
#define TMS3615_FOOTAGE_16	1

SND_GET_INFO( tms3615 );

#endif /* __TMS3615_H__ */