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

#ifndef __SNKWAVE_H__
#define __SNKWAVE_H__

#include "devlegcy.h"

WRITE8_DEVICE_HANDLER( snkwave_w );

DECLARE_LEGACY_SOUND_DEVICE(SNKWAVE, snkwave);

#endif /* __SNKWAVE_H__ */