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

#ifndef __TMS3615_H__
#define __TMS3615_H__

#include "devlegcy.h"

extern void tms3615_enable_w(device_t *device, int enable);

#define TMS3615_FOOTAGE_8	0
#define TMS3615_FOOTAGE_16	1

DECLARE_LEGACY_SOUND_DEVICE(TMS3615, tms3615);

#endif /* __TMS3615_H__ */