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

#ifndef __N63701X_H__
#define __N63701X_H__

void namco_63701x_write(int offset,int data);

SND_GET_INFO( namco_63701x );

#endif /* __N63701X_H__ */