summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaël Banaan Ananas2011-08-232-3/+3
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-239-12/+12
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-142-22/+22
* update counter after adding sample, not before Michaël Banaan Ananas2011-08-141-8/+10
* (add note) Michaël Banaan Ananas2011-08-141-2/+4
* moved boiler plate code into PlayStation GPU smf-2011-08-111-1/+1
* add some notes Michaël Banaan Ananas2011-08-111-0/+14
* flower.c: improved sound driver and fixed most of the hanging notes by adding... Michaël Banaan Ananas2011-08-111-124/+122
* (debug-info) Michaël Banaan Ananas2011-08-031-6/+67
* cleanups to flower.c sound, no functional change Michaël Banaan Ananas2011-08-031-67/+36
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-022-2/+2
* (all hail the typo) Michaël Banaan Ananas2011-07-281-1/+1
* Remove no longer used C7x support now that all MCUs have been dumped (nw) R. Belmont2011-06-262-250/+0
* fix compile Michaël Banaan Ananas2011-06-261-2/+2
* Changed Votrax text output to mame_printf_debug (instead of printf) since no ... Scott Stone2011-06-171-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-053-9/+9
* GCC 4.6 "Variable assigned but not used" fixes, part 5 (no whatsnew) R. Belmont2011-05-301-3/+3
* GCC 4.6 "Variable assigned but not used" fixes part 4 (no whatsnew) R. Belmont2011-05-301-6/+6
* GCC 4.6 "Variable assigned but not used" fixes part 2 (no whatsnew) R. Belmont2011-05-301-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-115-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-105-5/+5
* 01893: mk4: MK4 hangs in demo mode after about 5 mins/matches. [Phil Bennett] Phil Bennett2011-05-051-1/+1
* Remove legacy trampolines in the 7474 device and fix Aaron Giles2011-05-051-8/+8
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-036-81/+90
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-5/+5
* Fix second adpcm player in games using SEIBU_ADPCM [R. Belmont] R. Belmont2011-05-012-1/+25
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-302-11/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-273-3/+3
* MT #2087 fix Angelo Salese2011-04-221-6/+6
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-202-2/+2
* cleanups, this time for good Angelo Salese2011-04-172-4/+4
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-4/+4
* Audio device additions: [Atari Ace] Scott Stone2011-04-0914-704/+1018
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-052-107/+96
* trivial comment updates to beezer audio, no whatsnew Jonathan Gevaryahu2011-04-031-3/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-0155-2643/+2649
* MT#04286 - explicitly construct adpcm_state which is embedded in the legacy Aaron Giles2011-03-311-0/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-2916-78/+78
* BIG update. Aaron Giles2011-03-2992-1142/+1142
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-286-17/+17
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-278-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-2734-128/+128
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-2726-121/+121
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-254-16/+37
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-212-0/+21
* Further decouples some driver files to help driver_device Aaron Giles2011-03-212-2/+3
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-135-124/+130
* separate memmap for catchp, it supports coincounters and has different sound hw Michaël Banaan Ananas2011-03-101-9/+16