summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/machine/genpin.cpp
blob: bac8743f5d2c31b6b28888a0b74144778b44fb06 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                             









                                                                                   
                                       
                                             


                                               
                                                     
                  
// license:BSD-3-Clause
// copyright-holders:Robbbert
/*********************************************************************************

This is for common pinball machine coding.

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



#include "genpin.h"

MACHINE_CONFIG_FRAGMENT( genpin_audio )
	MCFG_SPEAKER_STANDARD_MONO("mechvol")
	MCFG_SOUND_ADD("samples", SAMPLES, 0)
	MCFG_SAMPLES_CHANNELS(6)
	MCFG_SAMPLES_NAMES(genpin_sample_names)
	MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mechvol", 1.0)
MACHINE_CONFIG_END