summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/midway.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-39/+19
* Add Bally squawk & talk boards (#5175) Mike2019-06-081-212/+3
* Bally pinball by35: More sound improvements and refactoring (#5068) Mike2019-05-171-264/+0
* Add support for Sounds Plus w/ vocalizer and various Bally pinball cleanup (#... hackbar2019-05-151-20/+76
* Add support for AS3022, a sound board Bally used in pinballs. (#5000) hackbar2019-05-081-0/+207
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+20
* volt_reg: set default m_output (nw) hap2019-02-191-2/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-6/+6
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-10/+12
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-4/+8
* midway.cpp: fixed dumb error on my part. Thanks Tafoid (nw) Ivan Vangelista2018-11-131-3/+3
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-13/+14
* remove tms5220 read/write handler trampolines (nw) smf-2018-09-131-2/+2
* null this pointer, bad format string (nw) Vas Crabb2018-09-011-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-19/+19
* mcr, mcr3, pt68k4, rex6000: Removed machine().device, nw mooglyguy2018-06-231-0/+9
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-141-5/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* work around assert on validation (nw) Vas Crabb2018-05-081-1/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-4/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-44/+33
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* Route sound relative to current device. Vas Crabb2018-05-011-5/+5
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-201-8/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-37/+54
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+5
* New way to provide DAC reference inputs (nw) AJR2018-01-101-5/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* finished updating mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-241-70/+22
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* More DAC identification and sound stuff AJR2017-01-121-22/+22
* Move the Cheap Squeak Deluxe sound board to its own file and give it Dirk Best2016-12-211-201/+0
* Identify DAC for Midway Cheap Squeak Deluxe/Turbo Cheap Squeak Dirk Best2016-12-181-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-19/+23
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+2
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* mcr, mcr3: fixed memory regressions. Robbbert2016-06-171-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1