summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/mario.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-917/+0
* Align naming conventions of CD4XXX series. (nw) couriersud2015-07-121-9/+3
* Fixed mario sound when netlist sound is enabled. (nw) couriersud2015-06-031-1/+3
* Discrete audio license update. Put my name on quite a number of discrete couriersud2015-05-251-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-199/+199
* Partial netlist sound implementation for Mario Bros. Luigi sound is couriersud2015-01-171-2/+275
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+0
* new clones David Haywood2014-10-141-0/+6
* Removed static config for discrete (nw) Miodrag Milanovic2014-09-131-1/+1
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-17/+1
* discrete_sound_w and discrete_sound_r not used any more since discrete_device... Miodrag Milanovic2014-03-211-4/+4
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-29/+20
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-3/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-160/+159
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-7/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-15/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-57/+48
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-14/+14
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-32/+40
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-7/+7
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-10/+10
* BIG update. Aaron Giles2011-03-291-17/+17
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-48/+48
* Discrete Updates [Derrick Renaud] Derrick Renaud2010-10-271-294/+242
* 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
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1