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

#ifndef __N63701X_H__
#define __N63701X_H__

void namco_63701x_write(int offset,int data);

SND_GET_INFO( namco_63701x );
#define SOUND_NAMCO_63701X SND_GET_INFO_NAME( namco_63701x )

#endif /* __N63701X_H__ */