DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
src/hardware/snd_pc98/cbus/board14.h
00001 
00002 #ifdef __cplusplus
00003 extern "C" {
00004 #endif
00005 
00006 void musicgenint(NEVENTITEM item);
00007 UINT board14_pitcount(void);
00008 
00009 void board14_allkeymake(void);
00010 
00011 void board14_reset(const NP2CFG *pConfig);
00012 void board14_bind(void);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017