summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dcs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2770/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-6/+20
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* Revert "pinball2k: Updates to the driver (#9072)" (#9078) Robert2022-01-011-274/+3
* pinball2k: Updates to the driver (#9072) erikieNL2022-01-011-3/+274
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-30/+27
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-6/+4
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-2/+2
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-36/+37
* further macro removal work (nw) Ivan Vangelista2020-05-181-2/+2
* dcs: Fix reset control (nw) AJR2020-04-101-3/+3
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-4/+4
* removed some dummy_space() calls (nw) smf-2020-04-021-4/+4
* Eliminate a few more uses of auto_alloc (nw) AJR2019-11-101-8/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+8
* 'subwoofer' does not describe a position (nw) Vas Crabb2019-10-051-3/+3
* "hardware" typo corrections (nw) Scott Stone2019-03-301-1/+1
* dcs: Fixed ram bank mapping in Denver DCS audio (nw) Ted Green2019-01-011-11/+9
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-117/+97
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-2/+2
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-12/+2
* dcs: Reinstate hastily removed eat_cycles. Fixes MT07027. (nw) Ted Green2018-06-291-1/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-46/+46
* Update dcs audio to get sf2049 closer to working. Ted Green2018-06-031-33/+87
* Fix vegas hang, nw Ryan Holtz2018-05-231-3/+0
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-4/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-48/+48
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-201-114/+130
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-19/+19
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* dcs: Put back in skip. gauntdl loses sound otherwise. (nw) Ted Green2018-01-181-2/+1
* dcs: Some minor changes mainly for DSIO and DENVER systems. (nw) Ted Green2018-01-181-20/+31
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-21/+19
* dcs: DSIO and DENVER don't use SDRC dma. Fixes boot hang on roadburn. (nw) Ted Green2017-12-181-1/+2
* dcs: Missed some enumeration changes in previous commit. (nw) Ted Green2017-12-171-5/+5
* atlantis/vegas: Fixed DCS audio banking for DENVER and DSIO DCS audio. Ted Green2017-12-141-33/+34
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-12/+12
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-1/+1
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-1/+1
* srcclean (nw) Vas Crabb2017-07-231-3/+3
* DCS audio: Re-enable speedups for external ram. (nw) Ted Green2017-07-131-19/+24
* Fixed compile (nw) Ted Green2017-07-101-1/+0
* WIP: Get audio to start working in mwskins and add I40 board to vegas driver.... Ted Green2017-07-101-49/+167