summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsicd.h
blob: 679983986317ed43a9a04d7d874ed71486dc9c45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/***************************************************************************

 scsicd.h

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

#ifndef _SCSICD_H_
#define _SCSICD_H_

#include "machine/scsi.h"

// CD-ROM handler
extern const SCSIClass SCSIClassCDROM;
#define SCSI_DEVICE_CDROM &SCSIClassCDROM

#endif