summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s2636.h
blob: f742660212b6d27ba1ab51cd34fab772dc477d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*****************************************************************************
 *
 * sound/s2636.h
 *
 ****************************************************************************/

#ifndef S2636_SOUND_H_
#define S2636_SOUND_H_



DECLARE_LEGACY_SOUND_DEVICE(S2636_SOUND, s2636_sound);
void s2636_soundport_w (device_t *device, int mode, int data);


#endif /* VC4000_H_ */