summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gottlieb.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1052/+0
* Tidy comments Zoë Blade2014-12-021-1/+1
* fixed small mistake. Robbbert2014-10-111-2/+2
* gts80.c: moved original sound board to audio/gottlieb as a device. Robbbert2014-10-111-0/+126
* gottlieb: fixed a mistake Robbbert2014-10-111-1/+4
* Untangled gottlieb audio from the arcade driver, so it becomes available for ... Robbbert2014-10-111-43/+2
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-21/+9
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-15/+4
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* votrax_sc01_device: converted to devcb2 (nw) Ivan Vangelista2014-03-191-11/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Modernized the sp0250 device. (nw) Ivan Vangelista2013-09-071-2/+2
* modernised the AY8910 [smf] smf-2013-05-121-4/+4
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+3
* more fixes for clang 3.2 unused private field warnings (nw) Oliver Stöneberg2013-03-201-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-58/+58
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* knocker obviously shouldn't be routed to main mono speaker Michaël Banaan Ananas2012-10-121-2/+4
* (re)added support for optional qbert knocker sound sample Michaël Banaan Ananas2012-10-121-2/+42
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-4/+4
* MT04760: fix cobram3 regression. Aaron Giles2012-04-091-1/+1
* More proper fix for MT#4734 (nw) Scott Stone2012-04-021-4/+2
* Fix for MT# 04734: tylz: Crash after OK Scott Stone2012-04-021-2/+5
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-28/+28
* Formalized the Votrax SC-01 device. Implemented the full set of Aaron Giles2012-03-011-430/+715
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-18/+18
* Compile fix (no whatsnew) mariuszw12011-12-281-1/+0
* Fixed sound effects in Cobra Command (M.A.C.H. 3 hardware) [Mariusz Wojcieszek] mariuszw12011-12-281-0/+74
* gottlieb.c fixes: Scott Stone2011-10-181-7/+10
* Changed Votrax text output to mame_printf_debug (instead of printf) since no ... Scott Stone2011-06-171-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* MT #2087 fix Angelo Salese2011-04-221-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-41/+41
* BIG update. Aaron Giles2011-03-291-38/+38
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-57/+57
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-4/+1