/*************************************************************************** configms.c - MESS specific config handling ****************************************************************************/ #ifndef __CONFIGMS_H__ #define __CONFIGMS_H__ #include "mamecore.h" void mess_config_init(running_machine *machine); #endif /* __CONFIGMS_H__ */