summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/machine/stvcd.h
blob: 46d264d6d73dd45f80dfee00920eed1268d1644d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















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

  machine/stvcd.h - Sega Saturn and ST-V CD-ROM handling

  By R. Belmont

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

#ifndef __STVCD_H__
#define __STVCD_H__

void stvcd_reset(void);

READ32_HANDLER( stvcd_r );
WRITE32_HANDLER( stvcd_w );

#endif