summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/sound/okim6376.h
blob: 12346342396a67403665dea0c34099752c638bb1 (plain) (tree)
1
2
3
4
5
6
7
8
9




                      

                     

                                                     

                                    
 
                                                

                           
#pragma once

#ifndef __OKIM6376_H__
#define __OKIM6376_H__

#include "devlegcy.h"

/* an interface for the OKIM6376 and similar chips */

READ8_DEVICE_HANDLER( okim6376_r );
WRITE8_DEVICE_HANDLER( okim6376_w );

DECLARE_LEGACY_SOUND_DEVICE(OKIM6376, okim6376);

#endif /* __OKIM6376_H__ */