trunk/src/mame/drivers/macrossp.c
| r24075 | r24076 | |
| 637 | 637 | |
| 638 | 638 | MCFG_SOUND_ADD("ensoniq", ES5506, 16000000) |
| 639 | 639 | MCFG_SOUND_CONFIG(es5506_config) |
| 640 | | MCFG_SOUND_ROUTE(0, "lspeaker", 1.0) |
| 641 | | MCFG_SOUND_ROUTE(1, "rspeaker", 1.0) |
| 640 | MCFG_SOUND_ROUTE(0, "lspeaker", 0.1) |
| 641 | MCFG_SOUND_ROUTE(1, "rspeaker", 0.1) |
| 642 | 642 | MACHINE_CONFIG_END |
| 643 | 643 | |
| 644 | 644 | static MACHINE_CONFIG_DERIVED( quizmoon, macrossp ) |
trunk/src/mame/drivers/ssv.c
| r24075 | r24076 | |
| 2601 | 2601 | |
| 2602 | 2602 | MCFG_SOUND_ADD("ensoniq", ES5506, SSV_MASTER_CLOCK) |
| 2603 | 2603 | MCFG_SOUND_CONFIG(es5506_config) |
| 2604 | | MCFG_SOUND_ROUTE(0, "lspeaker", 1.0) |
| 2605 | | MCFG_SOUND_ROUTE(1, "rspeaker", 1.0) |
| 2604 | MCFG_SOUND_ROUTE(0, "lspeaker", 0.1) |
| 2605 | MCFG_SOUND_ROUTE(1, "rspeaker", 0.1) |
| 2606 | 2606 | MACHINE_CONFIG_END |
| 2607 | 2607 | |
| 2608 | 2608 | |
trunk/src/mame/drivers/itech32.c
| r24075 | r24076 | |
| 1706 | 1706 | |
| 1707 | 1707 | MCFG_SOUND_ADD("ensoniq", ES5506, SOUND_CLOCK) |
| 1708 | 1708 | MCFG_SOUND_CONFIG(es5506_config) |
| 1709 | | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) |
| 1709 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.1) |
| 1710 | 1710 | |
| 1711 | 1711 | /* via */ |
| 1712 | 1712 | MCFG_VIA6522_ADD("via6522_0", SOUND_CLOCK/8, via_interface) |
trunk/src/mame/audio/taito_en.c
| r24075 | r24076 | |
| 338 | 338 | MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker") |
| 339 | 339 | MCFG_SOUND_ADD("ensoniq", ES5505, XTAL_30_4761MHz / 2) |
| 340 | 340 | MCFG_SOUND_CONFIG(es5505_taito_en_config) |
| 341 | | MCFG_SOUND_ROUTE(0, "lspeaker", 1.0) |
| 342 | | MCFG_SOUND_ROUTE(1, "rspeaker", 1.0) |
| 341 | MCFG_SOUND_ROUTE(0, "lspeaker", 0.08) |
| 342 | MCFG_SOUND_ROUTE(1, "rspeaker", 0.08) |
| 343 | 343 | MACHINE_CONFIG_END |