blob: c6c0f57cbc48e337c4241084fa74adb84f12d77e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#ifndef __N63701X_H__
#define __N63701X_H__
#include "devlegcy.h"
WRITE8_DEVICE_HANDLER( namco_63701x_w );
DECLARE_LEGACY_SOUND_DEVICE(NAMCO_63701X, namco_63701x);
#endif /* __N63701X_H__ */
|