summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-115-10/+8
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-116-14/+14
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1114-133/+133
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-2/+2
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-3/+0
* Continuing new device implementation for SN76496 and clones - qix.c [Osso] Scott Stone2012-09-031-2/+13
* First pass at modernizing the jaguar/cojag driver. Removed all Aaron Giles2012-09-031-126/+54
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-0332-687/+7
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0345-97/+2233
* Fixed NSS reset behaviour, now games shouldn't die anymore when the CPU halts Angelo Salese2012-09-022-1/+8
* (MESS) Fixed incorrect SPC700 IPL ROM behaviour in SNES driver(s), fixes some... Angelo Salese2012-09-022-21/+9
* Kill user5 in SNES related drivers, nw Angelo Salese2012-09-021-2/+2
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-302-6/+3
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-308-53/+95
* Continuing new device implementation for SN76496 and clones - hyperspt.c, sba... Scott Stone2012-08-291-16/+0
* Added sound mute in spc700 then hooked up for NSS Angelo Salese2012-08-282-0/+14
* * Fully modernized segahang. Aaron Giles2012-08-101-1/+1
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-0915-47/+48
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-083-3/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-083-57/+19
* fixed some unread variable warning reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-0/+2
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-272-2/+2
* swapped botss sets parent-clone relation Michaël Banaan Ananas2012-07-171-2/+0
* set other coin bits to unused Michaël Banaan Ananas2012-07-071-2/+4
* noticed that raiden2 hw has coin inputs active low instead of default high + ... Michaël Banaan Ananas2012-07-071-1/+6
* 04932: gunlock: No Sound [Phil Bennett] Phil Bennett2012-07-071-2/+2
* (typo) Michaël Banaan Ananas2012-06-241-2/+2
* taito_en.c: Corrected 68000 clock [Stefan Lindberg] Phil Bennett2012-06-231-1/+1
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-112-20/+20
* taito_en.c improvements [Phil Bennett]: Phil Bennett2012-06-022-163/+145
* Added discrete sound to bwidow and gravitar. [Couriersud] Couriersud2012-06-011-0/+198
* stop flooding error.log with these Michaël Banaan Ananas2012-06-011-14/+7
* Removed duplicate code which necessitated separate samples for War of the Wor... Scott Stone2012-06-011-115/+1
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-283-19/+24
* cleanup for jaguar (nw) Miodrag Milanovic2012-05-241-20/+0
* Convert all remaining drivers to use the modern pokey device. [Couriersud] Couriersud2012-05-192-12/+12
* Fix regression on POKEY device introduced in last commit. Couriersud2012-05-181-1/+1
* scramble.c: fixed crash in 800fath,mariner, knockout, triplep and sets having... Fabio Priuli2012-05-161-1/+2
* a last couple of drivers updated. no whatsnew. Fabio Priuli2012-05-141-17/+17
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-0310-24/+24
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-224-40/+40
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-224-26/+26
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-203-7/+7
* Typo fix. Also forgot to mention in the last Aaron Giles2012-04-201-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-2028-62/+84
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-198-52/+52
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-197-31/+31
* Use an OKI address map instead of memcpy to handle ADPCM Aaron Giles2012-04-182-19/+21
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-187-607/+946
* rm old and obsolete hack Michaël Banaan Ananas2012-04-171-5/+0