summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/zaccaria.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-14/+14
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-2/+0
* Improve netlist initialization in drivers. (nw) couriersud2019-04-141-4/+3
* zaccaria: Route speech and DAC through netlist filtering. couriersud2019-04-131-2/+28
* zaccaria: Add frontiers to netlist audio and fix AY8910 interfacing. couriersud2019-04-121-0/+2
* Adjusted LM3900 model, fixed clipping in zaccaria. couriersud2019-04-121-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+7
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* ay8910.cpp : Updates cam9002019-02-151-6/+6
* Fix zaccaria audio regression, nw mooglyguy2018-12-181-3/+3
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-48/+50
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-21/+17
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-10/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+7
* Route sound relative to current device. Vas Crabb2018-05-011-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-27/+31
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Preliminary netlist sound for the Zaccaria 1B11142 board Vas Crabb2017-05-271-9/+43
* let's use Zaccaria as a demo for machine config in members Vas Crabb2017-05-221-90/+75
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+12
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+5
* Fix Zaccaria audio board regression (nw) AJR2016-07-111-1/+1
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Move Zaccaria 1B11107 board into audio/zaccaria.cpp so it can share common st... Vas Crabb2016-02-131-125/+297
* Make Zaccaria 1B11142 sound board a device in preparation for netlist sound Vas Crabb2016-02-121-0/+294