summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cps3.h
blob: d3857ff983a4404c225a1939217bfbaad79edf55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***************************************************************************

    Capcom CPS-3 Hardware

****************************************************************************/

#include "sound/custom.h"

/*----------- defined in audio/cps3.c -----------*/

void *cps3_sh_start(int clock, const struct CustomSound_interface *config);

WRITE32_HANDLER( cps3_sound_w );
READ32_HANDLER( cps3_sound_r );