summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio/exidy440.cpp: Use finder for audiocpu instead of absolute tag lookup (nw) AJR2018-05-242-3/+5
* Fix vegas hang, nw Ryan Holtz2018-05-231-3/+0
* audio/exidy.cpp: Better split of state classes; add device finders; add input... AJR2018-05-222-215/+176
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-213-6/+12
* spiders.cpp: Use required_device_array for PIAs and input merger for IRQ (nw) AJR2018-05-201-3/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-188-10/+10
* cinemat: further cleanup/separation - no longer needs a selector member or st... Vas Crabb2018-05-181-31/+31
* leland: move audiocpu to device and remove frequent tag lookup (nw) cracyc2018-05-172-17/+67
* redalert: all ends up doing the same sound start anyway (nw) Vas Crabb2018-05-171-20/+1
* cinemat: split out stuff unique to demon and qb3, use virtual methods a bit m... Vas Crabb2018-05-171-29/+34
* leland.cpp cleanups (#3519) cam9002018-05-172-116/+38
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-166-34/+34
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-166-34/+34
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-152-2/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-0939-102/+123
* work around assert on validation (nw) Vas Crabb2018-05-081-1/+2
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-0851-158/+123
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-073-8/+9
* (nw) misc follow-up Vas Crabb2018-05-065-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0696-1156/+1243
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-0421-111/+104
* namco, polepos: Clean up some line write handlers (nw) AJR2018-05-011-2/+12
* Route sound relative to current device. Vas Crabb2018-05-019-49/+49
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-304-6/+6
* Make devopt menu localisable. Vas Crabb2018-04-282-15/+40
* cmi.cpp: Separate source file for CMI-01A device (nw) AJR2018-04-272-0/+515
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-205-153/+176
* crashrd: added some sound Robbbert2018-04-201-0/+78
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-139-49/+48
* -output: Removed legacy output accessors from copsnrob, m79amb, skyraid. [Rya... mooglyguy2018-04-043-3/+3
* -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-042-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-13/+13
* dkong.cpp: Replace MCFG_CPU_VBLANK_INT with MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-03-281-2/+0
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-1435-687/+778
* nes_apu: Make it slightly less horrible [O. Galibert] Olivier Galibert2018-03-121-6/+0
* Remove first_screen(), nw Ryan Holtz2018-03-111-0/+6
* whoops, these should be there (nw) arbee2018-03-031-0/+1
* Bad reversion (nw) AJR2018-03-031-1/+1
* no disable (nw) arbee2018-03-031-2/+1
* Fix various downcasting errors (nw) AJR2018-03-031-1/+1
* es5510, taito_en Updates (#3284) cam9002018-03-032-18/+23
* Oops (nw) Olivier Galibert2018-02-223-4/+4
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-2222-108/+71
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-26/+22
* taito_en.cpp: Regression fix (nw) AJR2018-02-181-2/+3
* Create RST interrupt buffer device AJR2018-02-182-84/+0
* Fix arcade and tiny builds (hopefully) (nw) AJR2018-02-171-62/+0
* taito_en: Hook up ES5510 effects DSP [cam900, R. Belmont] arbee2018-02-172-142/+78