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

#ifndef __ST0016_H__
#define __ST0016_H__

typedef struct _st0016_interface st0016_interface;
struct _st0016_interface
{
	UINT8 **p_soundram;
};

extern UINT8 *st0016_sound_regs;

WRITE8_HANDLER(st0016_snd_w);

#endif /* __ST0016_H__ */