Previous 199869 Revisions Next

r35303 Thursday 26th February, 2015 at 17:06:07 UTC by Osso
Fixed MT05852 , stupid copy/paste error on my part (nw)
[src/mame/audio]mw8080bw.c

trunk/src/mame/audio/mw8080bw.c
r243814r243815
16461646   MCFG_SAMPLES_NAMES(m4_sample_names)
16471647   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1)
16481648
1649   MCFG_SOUND_ADD("samples", SAMPLES, 0)
1649   MCFG_SOUND_ADD("samples2", SAMPLES, 0)
16501650   MCFG_SAMPLES_CHANNELS(2)
16511651   MCFG_SAMPLES_NAMES(m4_sample_names)
16521652   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team