summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gottlieb.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-20/+20
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Route sound relative to current device. Vas Crabb2018-05-011-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+37
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-11/+0
* 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-3/+3
* 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-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* finished updating mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-241-102/+63
* 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-13/+10
* Device validation fixes: Gottlieb and Leland audio (nw) AJR2017-03-031-2/+2
* Start cleaning up duplicate shortnames Vas Crabb2017-03-031-16/+17
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* votrax sc01: Simulate [O. Galibert] Olivier Galibert2016-12-241-240/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-33/+21
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-1/+1
* PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers... hap2016-01-241-1/+1
* some NULL -> nullptr hap2016-01-241-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-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1052